Home
last modified time | relevance | path

Searched refs:isPredecessor (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/MC/
DMCFunction.cpp63 if (!isPredecessor(MCBB)) in addPredecessor()
67 bool MCBasicBlock::isPredecessor(const MCBasicBlock *MCBB) const { in isPredecessor() function in MCBasicBlock
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCFunction.h72 bool isPredecessor(const MCBasicBlock *MCBB) const;
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86FixupLEAs.cpp182 if (MFI->isPredecessor(MFI)) { in getPreviousInstr()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h394 bool isPredecessor(const MachineBasicBlock *MBB) const;
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp561 assert((!TBI.Pred || (*I)->isPredecessor(TBI.Pred)) && "CFG changed"); in invalidate()
584 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace"); in verify()
DMachineBasicBlock.cpp615 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const { in isPredecessor() function in MachineBasicBlock