MCPcopy 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

divergeCodeMethod · 0.80
makeCodeMethod · 0.80

Calls 2

moveFunction · 0.85
allocateMethod · 0.45

Tested by

no test coverage detected