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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 64 while (I->isBundledWithSucc())
73 while (I->isBundledWithSucc())
MachineBasicBlock.h 184 while (MII->isBundledWithSucc())
494 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
501 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
MachineInstr.h 218 return isBundledWithPred() || isBundledWithSucc();
227 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
    [all...]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 216 I->hasDelaySlot() || I->isBundledWithSucc())
482 if (PrevInst->isBundledWithSucc())
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 785 if (!MII->isBundledWithSucc())
    [all...]
MachineBasicBlock.cpp     [all...]
MachineVerifier.cpp 351 InBundle = MBBI->isBundledWithSucc();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 250 return MI->hasDelaySlot() && !MI->isBundledWithSucc();
MipsLongBranch.cpp 241 assert(Br->isBundledWithSucc());

Completed in 1113 milliseconds