HomeSort by relevance Sort by last modified time
    Searched refs:isPredecessor (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/MC/MCAnalysis/
MCFunction.cpp 58 if (!isPredecessor(MCBB))
62 bool MCBasicBlock::isPredecessor(const MCBasicBlock *MCBB) const {
  /external/llvm/include/llvm/MC/MCAnalysis/
MCFunction.h 73 bool isPredecessor(const MCBasicBlock *MCBB) const;
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 193 if (MFI->isPredecessor(MFI)) {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 418 /// isPredecessor - Return true if the specified MBB is a predecessor of this
420 bool isPredecessor(const MachineBasicBlock *MBB) const;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 561 assert((!TBI.Pred || (*I)->isPredecessor(TBI.Pred)) && "CFG changed");
583 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace");
    [all...]
MachineBasicBlock.cpp 621 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const {
    [all...]

Completed in 109 milliseconds