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

Method createLoop

GPCS4/Graphics/Gcn/ControlFlowGraph/GcnTokenList.h:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 GcnToken* createLoop()
178 {
179 return m_pool.allocate(
180 GcnTokenKind::Loop, nullptr);
181 }
182
183 GcnToken* createLoopEnd(GcnToken* loopBegin)
184 {

Callers 1

processLoopScopesMethod · 0.80

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected