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

/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCFunction.cpp63 if (!isPredecessor(MCBB))
67 bool MCBasicBlock::isPredecessor(const MCBasicBlock *MCBB) const { function in class:MCBasicBlock
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCFunction.h72 bool isPredecessor(const MCBasicBlock *MCBB) const;
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp182 if (MFI->isPredecessor(MFI)) {
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h392 /// isPredecessor - Return true if the specified MBB is a predecessor of this
394 bool isPredecessor(const MachineBasicBlock *MBB) const;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp561 assert((!TBI.Pred || (*I)->isPredecessor(TBI.Pred)) && "CFG changed");
584 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace");
H A DMachineBasicBlock.cpp615 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const { function in class:MachineBasicBlock

Completed in 124 milliseconds