MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / reportLoop

Method reportLoop

src/SourceCompile/LoopCheck.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91std::vector<SymbolId> LoopCheck::reportLoop() const {
92 std::vector<SymbolId> loop;
93 for (const auto& itr : m_nodes) {
94 if (itr.second->m_visited) {
95 loop.push_back(itr.first);
96 }
97 }
98 return loop;
99}
100
101} // namespace SURELOG

Callers 1

evaluateMacro_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected