Searched refs:PriorMBB (Results 1 – 1 of 1) sorted by relevance
96 MachineBasicBlock *PriorMBB = &*std::prev(TopMBB->getIterator()); in getTopBlock() local97 while (contains(PriorMBB)) { in getTopBlock()98 TopMBB = PriorMBB; in getTopBlock()101 PriorMBB = &*std::prev(TopMBB->getIterator()); in getTopBlock()