Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PrintSelectInstr
Method · 0.80
PrintIf
Method · 0.80
PrintFor
Method · 0.80
PrintWhileDo
Method · 0.80
PrintDoWhile
Method · 0.80
GenerateCode
Method · 0.80
Calls
1
OpBranch
Method · 0.80
Tested by
no test coverage detected