Searched refs:isPredecessor (Results 1 – 6 of 6) sorted by relevance
63 if (!isPredecessor(MCBB)) in addPredecessor()67 bool MCBasicBlock::isPredecessor(const MCBasicBlock *MCBB) const { in isPredecessor() function in MCBasicBlock
72 bool isPredecessor(const MCBasicBlock *MCBB) const;
182 if (MFI->isPredecessor(MFI)) { in getPreviousInstr()
394 bool isPredecessor(const MachineBasicBlock *MBB) const;
561 assert((!TBI.Pred || (*I)->isPredecessor(TBI.Pred)) && "CFG changed"); in invalidate()584 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace"); in verify()
615 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const { in isPredecessor() function in MachineBasicBlock