Searched refs:isPredecessor (Results 1 – 4 of 4) sorted by relevance
190 if (MFI->isPredecessor(MFI)) { in getPreviousInstr()
420 bool isPredecessor(const MachineBasicBlock *MBB) const;
553 assert((!TBI.Pred || (*I)->isPredecessor(TBI.Pred)) && "CFG changed"); in invalidate()575 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace"); in verify()
612 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const { in isPredecessor() function in MachineBasicBlock