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

Method compileTokenIf

GPCS4/Graphics/Gcn/GcnCompilerFlowControl.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void GcnCompiler::compileTokenIf(const GcnToken& token)
36 {
37 this->emitControlFlowIf(token);
38 }
39
40 void GcnCompiler::compileTokenIfNot(const GcnToken& token)
41 {

Callers

nothing calls this directly

Calls 1

emitControlFlowIfMethod · 0.95

Tested by

no test coverage detected