MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / IsMergeBlock

Method IsMergeBlock

source/opt/struct_cfg_analysis.cpp:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213bool StructuredCFGAnalysis::IsMergeBlock(uint32_t bb_id) {
214 return merge_blocks_.Get(bb_id);
215}
216
217std::unordered_set<uint32_t>
218StructuredCFGAnalysis::FindFuncsCalledFromContinue() {

Callers 11

IsApplicableMethod · 0.80
IsApplicableMethod · 0.80
ApplyMethod · 0.80
ApplyMethod · 0.80
IsApplicableMethod · 0.80
TEST_FFunction · 0.80

Calls 1

GetMethod · 0.45

Tested by 1

TEST_FFunction · 0.64