Searched refs:Predecessors (Results 1 – 1 of 1) sorted by relevance
28 static unsigned int Predecessors(BasicBlock* bb) { in Predecessors() function113 if ((bb == NULL) || Predecessors(bb) != 1) { in AdvanceMIR()166 if (bb == NULL || (Predecessors(bb) != 1)) { in NextDominatedBlock()449 (Predecessors(tk) == 1) && (Predecessors(ft) == 1)) { in BasicBlockOpt()615 if ((walker->block_type == kEntryBlock) || (Predecessors(walker) != 1)) { in LayoutBlocks()695 DCHECK_EQ(Predecessors(bb_next), 1U); in CombineBlocks()