Searched refs:isPredecessor (Results 1 – 12 of 12) sorted by relevance
1140 if (!isPredecessor(OldBB, PrevBB)) in updatePredecessor()1238 if (!isPredecessor(BB, IncomingBB)) in cleanPhiNodes()1276 bool isPredecessor(BasicBlock *BB, BasicBlock *IncomingBB) { in isPredecessor() function
292 assert(DstOrSplit && DstOrSplit->isPredecessor(&Src) && in getPointImpl()
178 bool isPredecessor(const MachineInstr &DefMI, const MachineInstr &UseMI);
590 assert((!TBI.Pred || Succ->isPredecessor(TBI.Pred)) && "CFG changed"); in invalidate()612 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace"); in verify()
954 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const { in isPredecessor() function in MachineBasicBlock
969 if (!IndirectTargetMBB->isPredecessor(MBB)) in verifyInlineAsm()
942 assert(Src.isSuccessor(DstOrSplit) && DstOrSplit->isPredecessor(&Src) && in materialize()
968 bool CombinerHelper::isPredecessor(const MachineInstr &DefMI, in isPredecessor() function in CombinerHelper993 return isPredecessor(DefMI, UseMI); in dominates()
3360 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
294 if (MBB.isPredecessor(&MBB)) { in getPreviousInstr()
812 bool isPredecessor(const MachineBasicBlock *MBB) const;
563 if (MBB.isPredecessor(Header)) { in placeTryMarker()