Searched refs:PriorMBB (Results 1 – 1 of 1) sorted by relevance
65 MachineBasicBlock *PriorMBB = &*std::prev(TopMBB->getIterator()); in getTopBlock() local66 while (contains(PriorMBB)) { in getTopBlock()67 TopMBB = PriorMBB; in getTopBlock()70 PriorMBB = &*std::prev(TopMBB->getIterator()); in getTopBlock()