Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processLoopScopes
Method · 0.80
Calls
1
allocate
Method · 0.45
Tested by
no test coverage detected