Searched refs:isPredecessor (Results 1 – 12 of 12) sorted by relevance
1095 if (!isPredecessor(OldBB, PrevBB)) in updatePredecessor()1193 if (!isPredecessor(BB, IncomingBB)) in cleanPhiNodes()1231 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()
948 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const { in isPredecessor() function in MachineBasicBlock
931 if (!IndirectTargetMBB->isPredecessor(MBB)) in verifyInlineAsm()
941 assert(Src.isSuccessor(DstOrSplit) && DstOrSplit->isPredecessor(&Src) && in materialize()
811 bool CombinerHelper::isPredecessor(const MachineInstr &DefMI, in isPredecessor() function in CombinerHelper836 return isPredecessor(DefMI, UseMI); in dominates()
3172 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
789 bool isPredecessor(const MachineBasicBlock *MBB) const;
294 if (MBB.isPredecessor(&MBB)) { in getPreviousInstr()
564 if (MBB.isPredecessor(Header)) { in placeTryMarker()