MCPcopy Create free account
hub / github.com/Inori/GPCS4 / isLoopHeader

Method isLoopHeader

GPCS4/Graphics/Gcn/ControlFlowGraph/GcnLoopInfo.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 bool GcnLoopInfo::isLoopHeader(GcnCfgVertex vtx) const
142 {
143 auto loop = getLoop(vtx);
144 return (loop != nullptr) &&
145 (loop->getHeader() == vtx);
146 }
147
148 std::unordered_set<GcnCfgVertex> GcnLoopInfo::findLoopHeaders()
149 {

Callers 2

isBackedgeMethod · 0.80

Calls 1

getHeaderMethod · 0.80

Tested by

no test coverage detected