Home
last modified time | relevance | path

Searched refs:IsPseudoEntryBlock (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcfg.cpp105 if (!IsPseudoExitBlock(current_bb) && !IsPseudoEntryBlock(current_bb)) { in ForEachBlockInPostOrder()
126 if (!IsPseudoExitBlock(*current_bb) && !IsPseudoEntryBlock(*current_bb)) { in WhileEachBlockInReversePostOrder()
Dcfg.h52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock() function
Dstruct_cfg_analysis.cpp62 if (context_->cfg()->IsPseudoEntryBlock(block) || in AddBlocksInFunction()
Dif_conversion.cpp167 if (!*common || cfg()->IsPseudoEntryBlock(*common)) return false; in CheckBlock()
Dmerge_return_pass.cpp124 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block) || in ProcessStructured()
145 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block)) { in ProcessStructured()
/third_party/spirv-tools/source/opt/
Dcfg.cpp105 if (!IsPseudoExitBlock(current_bb) && !IsPseudoEntryBlock(current_bb)) { in ForEachBlockInPostOrder()
126 if (!IsPseudoExitBlock(*current_bb) && !IsPseudoEntryBlock(*current_bb)) { in WhileEachBlockInReversePostOrder()
Dcfg.h52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock() function
Dstruct_cfg_analysis.cpp62 if (context_->cfg()->IsPseudoEntryBlock(block) || in AddBlocksInFunction()
Dif_conversion.cpp166 if (!*common || cfg()->IsPseudoEntryBlock(*common)) return false; in CheckBlock()
Dmerge_return_pass.cpp122 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block) || in ProcessStructured()
143 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block)) { in ProcessStructured()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.cpp105 if (!IsPseudoExitBlock(current_bb) && !IsPseudoEntryBlock(current_bb)) { in ForEachBlockInPostOrder()
126 if (!IsPseudoExitBlock(*current_bb) && !IsPseudoEntryBlock(*current_bb)) { in WhileEachBlockInReversePostOrder()
Dcfg.h52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock() function
Dstruct_cfg_analysis.cpp62 if (context_->cfg()->IsPseudoEntryBlock(block) || in AddBlocksInFunction()
Dif_conversion.cpp167 if (!*common || cfg()->IsPseudoEntryBlock(*common)) return false; in CheckBlock()
Dmerge_return_pass.cpp124 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block) || in ProcessStructured()
145 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block)) { in ProcessStructured()