Searched refs:IsPseudoExitBlock (Results 1 – 15 of 15) sorted by relevance
98 assert(!cfg.IsPseudoExitBlock(pdom.GetDomTree().post_begin()->bb_)); in ComputePostDominanceFrontiers()
105 if (!IsPseudoExitBlock(current_bb) && !IsPseudoEntryBlock(current_bb)) { in ForEachBlockInPostOrder()126 if (!IsPseudoExitBlock(*current_bb) && !IsPseudoEntryBlock(*current_bb)) { in WhileEachBlockInReversePostOrder()
57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock() function
63 context_->cfg()->IsPseudoExitBlock(block)) { in AddBlocksInFunction()
122 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block) || in ProcessStructured()143 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block)) { in ProcessStructured()
124 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block) || in ProcessStructured()145 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block)) { in ProcessStructured()