Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dcontrol_dependence.cpp98 assert(!cfg.IsPseudoExitBlock(pdom.GetDomTree().post_begin()->bb_)); in ComputePostDominanceFrontiers()
Dcfg.cpp105 if (!IsPseudoExitBlock(current_bb) && !IsPseudoEntryBlock(current_bb)) { in ForEachBlockInPostOrder()
126 if (!IsPseudoExitBlock(*current_bb) && !IsPseudoEntryBlock(*current_bb)) { in WhileEachBlockInReversePostOrder()
Dcfg.h57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock() function
Dstruct_cfg_analysis.cpp63 context_->cfg()->IsPseudoExitBlock(block)) { in AddBlocksInFunction()
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/
Dcontrol_dependence.cpp98 assert(!cfg.IsPseudoExitBlock(pdom.GetDomTree().post_begin()->bb_)); in ComputePostDominanceFrontiers()
Dcfg.cpp105 if (!IsPseudoExitBlock(current_bb) && !IsPseudoEntryBlock(current_bb)) { in ForEachBlockInPostOrder()
126 if (!IsPseudoExitBlock(*current_bb) && !IsPseudoEntryBlock(*current_bb)) { in WhileEachBlockInReversePostOrder()
Dcfg.h57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock() function
Dstruct_cfg_analysis.cpp63 context_->cfg()->IsPseudoExitBlock(block)) { in AddBlocksInFunction()
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/skia/third_party/externals/spirv-tools/source/opt/
Dcontrol_dependence.cpp98 assert(!cfg.IsPseudoExitBlock(pdom.GetDomTree().post_begin()->bb_)); in ComputePostDominanceFrontiers()
Dcfg.cpp105 if (!IsPseudoExitBlock(current_bb) && !IsPseudoEntryBlock(current_bb)) { in ForEachBlockInPostOrder()
126 if (!IsPseudoExitBlock(*current_bb) && !IsPseudoEntryBlock(*current_bb)) { in WhileEachBlockInReversePostOrder()
Dcfg.h57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock() function
Dstruct_cfg_analysis.cpp63 context_->cfg()->IsPseudoExitBlock(block)) { in AddBlocksInFunction()
Dmerge_return_pass.cpp124 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block) || in ProcessStructured()
145 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block)) { in ProcessStructured()