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