Searched refs:IsPseudoEntryBlock (Results 1 – 15 of 15) sorted by relevance
105 if (!IsPseudoExitBlock(current_bb) && !IsPseudoEntryBlock(current_bb)) { in ForEachBlockInPostOrder()126 if (!IsPseudoExitBlock(*current_bb) && !IsPseudoEntryBlock(*current_bb)) { in WhileEachBlockInReversePostOrder()
52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock() function
62 if (context_->cfg()->IsPseudoEntryBlock(block) || in AddBlocksInFunction()
167 if (!*common || cfg()->IsPseudoEntryBlock(*common)) return false; in CheckBlock()
124 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block) || in ProcessStructured()145 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block)) { in ProcessStructured()
166 if (!*common || cfg()->IsPseudoEntryBlock(*common)) return false; in CheckBlock()
122 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block) || in ProcessStructured()143 if (cfg()->IsPseudoEntryBlock(block) || cfg()->IsPseudoExitBlock(block)) { in ProcessStructured()