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

  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 201 if (MFI->isPredecessor(&*MFI)) {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 500 bool isPredecessor(const MachineBasicBlock *MBB) const;
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 547 assert((!TBI.Pred || Succ->isPredecessor(TBI.Pred)) && "CFG changed");
569 assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace");
    [all...]
MachineBasicBlock.cpp 660 bool MachineBasicBlock::isPredecessor(const MachineBasicBlock *MBB) const {
    [all...]

Completed in 371 milliseconds