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

Method IsContinueBlock

source/opt/struct_cfg_analysis.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool StructuredCFGAnalysis::IsContinueBlock(uint32_t bb_id) {
190 assert(bb_id != 0);
191 return LoopContinueBlock(bb_id) == bb_id;
192}
193
194bool StructuredCFGAnalysis::IsInContainingLoopsContinueConstruct(
195 uint32_t bb_id) {

Callers 6

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

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64