Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ clear
Method
clear
src/SourceCompile/LoopCheck.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void LoopCheck::clear() {
41
for (const auto& itr : m_nodes) {
42
delete itr.second;
43
}
44
m_nodes.clear();
45
}
46
47
bool LoopCheck::addEdge(SymbolId from, SymbolId to) {
48
// Create Graph
Callers
15
enterVariables_
Method · 0.80
TEST
Function · 0.80
hexToBin
Method · 0.80
restoreVObjects
Method · 0.80
TEST
Function · 0.80
identifyTopModules_
Method · 0.80
compileComplexFuncCall
Method · 0.80
diffTree
Method · 0.80
clearContainers
Method · 0.80
enterMacroInstanceWithArgs
Method · 0.80
enterMacroInstanceNoArgs
Method · 0.80
enterIfdef_directive
Method · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64