Lines Matching refs:Cont
499 MachineBasicBlock *Cont = &*Iter; in placeTryMarker() local
501 assert(Cont != &MF.front()); in placeTryMarker()
502 MachineBasicBlock *LayoutPred = Cont->getPrevNode(); in placeTryMarker()
612 for (const auto &MI : *Cont) { in placeTryMarker()
644 InsertPos = getEarliestInsertPos(Cont, BeforeSet, AfterSet); in placeTryMarker()
646 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
661 for (auto *End : {&MBB, Cont}) in placeTryMarker()
709 MachineBasicBlock *Cont = &MBB; in removeUnnecessaryInstrs() local
710 while (Cont->isEHPad()) { in removeUnnecessaryInstrs()
711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs()
715 Cont = EndTry->getParent(); in removeUnnecessaryInstrs()
725 if (Analyzable && ((Cond.empty() && TBB && TBB == Cont) || in removeUnnecessaryInstrs()
726 (!Cond.empty() && FBB && FBB == Cont))) { in removeUnnecessaryInstrs()
764 MachineBasicBlock *Cont = EndTry->getParent(); in removeUnnecessaryInstrs() local
767 B != TryBB->begin() && E != Cont->end() && in removeUnnecessaryInstrs()