Searched refs:PriorMBB (Results 1 – 1 of 1) sorted by relevance
55 MachineBasicBlock *PriorMBB = &*std::prev(TopMBB->getIterator()); in getTopBlock() local56 while (contains(PriorMBB)) { in getTopBlock()57 TopMBB = PriorMBB; in getTopBlock()60 PriorMBB = &*std::prev(TopMBB->getIterator()); in getTopBlock()