MCPcopy 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
40void LoopCheck::clear() {
41 for (const auto& itr : m_nodes) {
42 delete itr.second;
43 }
44 m_nodes.clear();
45}
46
47bool LoopCheck::addEdge(SymbolId from, SymbolId to) {
48 // Create Graph

Callers 15

enterVariables_Method · 0.80
TESTFunction · 0.80
hexToBinMethod · 0.80
restoreVObjectsMethod · 0.80
TESTFunction · 0.80
identifyTopModules_Method · 0.80
diffTreeMethod · 0.80
clearContainersMethod · 0.80
enterIfdef_directiveMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64