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

Method AddInstrBranch

Source/SpireCore/SpirVCodeGen.cpp:3127–3130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3125 }
3126
3127 void AddInstrBranch(int Target)
3128 {
3129 CodeGen.OpBranch(Target);;
3130 }
3131
3132 int AddInstrPhi(ILOperand *op, int ID1, int Label1, int ID2, int Label2)
3133 {

Callers 6

PrintSelectInstrMethod · 0.80
PrintIfMethod · 0.80
PrintForMethod · 0.80
PrintWhileDoMethod · 0.80
PrintDoWhileMethod · 0.80
GenerateCodeMethod · 0.80

Calls 1

OpBranchMethod · 0.80

Tested by

no test coverage detected