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