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

Method OpLabel_AtFunctionBody

Source/SpireCore/SpirVCodeGen.cpp:847–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845 streamFunctionHeader.Add(label);
846 }
847 void OpLabel_AtFunctionBody(const int label)
848 {
849 sbTextFunctionBody << LR"(%)" << label << LR"( = OpLabel)" << EndLine;
850
851 streamFunctionBody.Add(248 + (2 << 16));
852 streamFunctionBody.Add(label);
853 }
854 void OpBranch(const int ID)
855 {
856 sbTextFunctionBody << LR"(OpBranch %)" << ID << EndLine;

Callers 1

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected