Searched refs:isBundledWithSucc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h64 while (I->isBundledWithSucc())
73 while (I->isBundledWithSucc())
H A DMachineBasicBlock.h184 while (MII->isBundledWithSucc())
468 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
475 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
H A DMachineInstr.h217 return isBundledWithPred() || isBundledWithSucc();
226 bool isBundledWithSucc() const { return getFlag(BundledSucc); } function in class:llvm::MachineInstr
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp765 if (!MII->isBundledWithSucc())
873 assert(!Pred->isBundledWithSucc() && "Inconsistent bundle flags");
878 assert(!isBundledWithSucc() && "MI is already bundled with its successor");
891 assert(Pred->isBundledWithSucc() && "Inconsistent bundle flags");
896 assert(isBundledWithSucc() && "MI isn't bundled with its successor");
989 while (I->isBundledWithSucc())
H A DMachineBasicBlock.cpp955 if (MI->isBundledWithSucc() && !MI->isBundledWithPred())
958 if (MI->isBundledWithPred() && !MI->isBundledWithSucc())
979 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
H A DMachineVerifier.cpp343 InBundle = MBBI->isBundledWithSucc();
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp254 return MI->hasDelaySlot() && !MI->isBundledWithSucc();

Completed in 84 milliseconds