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