Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ createCode
Method
createCode
GPCS4/Graphics/Gcn/ControlFlowGraph/GcnTokenList.h:172–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
~GcnTokenFactory();
171
172
GcnToken* createCode(GcnTokenCode&& code)
173
{
174
return m_pool.allocate(GcnTokenKind::Code, std::move(code));
175
}
176
177
GcnToken* createLoop()
178
{
Callers
2
divergeCode
Method · 0.80
makeCode
Method · 0.80
Calls
2
move
Function · 0.85
allocate
Method · 0.45
Tested by
no test coverage detected