MCPcopy Create free account
hub / github.com/csyonghe/Spire / AddInstrLoopMerge

Method AddInstrLoopMerge

Source/SpireCore/SpirVCodeGen.cpp:3152–3155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3150 }
3151
3152 void AddInstrLoopMerge(int MergeLabel, int ContinueLabel)
3153 {
3154 CodeGen.OpLoopMerge(MergeLabel, ContinueLabel);
3155 }
3156
3157 void AddInstrReturnValue(int operandID)
3158 {

Callers 3

PrintForMethod · 0.80
PrintWhileDoMethod · 0.80
PrintDoWhileMethod · 0.80

Calls 1

OpLoopMergeMethod · 0.80

Tested by

no test coverage detected