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

  /external/llvm/lib/MC/
MCFunction.cpp 52 bool MCBasicBlock::isPredecessor(const MCBasicBlock *MCBB) const {
  /external/llvm/include/llvm/MC/
MCFunction.h 72 bool isPredecessor(const MCBasicBlock *MCBB) const;
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 173 if (MFI->isPredecessor(MFI)) {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 392 /// isPredecessor - Return true if the specified MBB is a predecessor of this
394 bool isPredecessor(const MachineBasicBlock *MBB) const;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 561 assert((!TBI.Pred || (*I)->isPredecessor(TBI.Pred)) && "CFG changed");
584 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace");
    [all...]
MachineBasicBlock.cpp 615 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const {
    [all...]

Completed in 259 milliseconds