Lines Matching refs:Cont
498 MachineBasicBlock *Cont = &*Iter; in placeTryMarker() local
500 assert(Cont != &MF.front()); in placeTryMarker()
501 MachineBasicBlock *LayoutPred = Cont->getPrevNode(); in placeTryMarker()
611 for (const auto &MI : *Cont) { in placeTryMarker()
643 InsertPos = getEarliestInsertPos(Cont, BeforeSet, AfterSet); in placeTryMarker()
645 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
660 for (auto *End : {&MBB, Cont}) in placeTryMarker()
708 MachineBasicBlock *Cont = &MBB; in removeUnnecessaryInstrs() local
709 while (Cont->isEHPad()) { in removeUnnecessaryInstrs()
710 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
714 Cont = EndTry->getParent(); in removeUnnecessaryInstrs()
724 if (Analyzable && ((Cond.empty() && TBB && TBB == Cont) || in removeUnnecessaryInstrs()
725 (!Cond.empty() && FBB && FBB == Cont))) { in removeUnnecessaryInstrs()
763 MachineBasicBlock *Cont = EndTry->getParent(); in removeUnnecessaryInstrs() local
766 B != TryBB->begin() && E != Cont->end() && in removeUnnecessaryInstrs()