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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h64 while (I->isBundledWithSucc())
73 while (I->isBundledWithSucc())
H A DMachineBasicBlock.h184 while (MII->isBundledWithSucc())
494 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
501 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
H A DMachineInstr.h218 return isBundledWithPred() || isBundledWithSucc();
227 bool isBundledWithSucc() const { return getFlag(BundledSucc); } function in class:llvm::MachineInstr
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp216 I->hasDelaySlot() || I->isBundledWithSucc())
482 if (PrevInst->isBundledWithSucc())
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp785 if (!MII->isBundledWithSucc())
893 assert(!Pred->isBundledWithSucc() && "Inconsistent bundle flags");
898 assert(!isBundledWithSucc() && "MI is already bundled with its successor");
911 assert(Pred->isBundledWithSucc() && "Inconsistent bundle flags");
916 assert(isBundledWithSucc() && "MI isn't bundled with its successor");
1057 while (I->isBundledWithSucc())
H A DMachineBasicBlock.cpp966 if (MI->isBundledWithSucc() && !MI->isBundledWithPred())
969 if (MI->isBundledWithPred() && !MI->isBundledWithSucc())
990 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
H A DMachineVerifier.cpp351 InBundle = MBBI->isBundledWithSucc();
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp250 return MI->hasDelaySlot() && !MI->isBundledWithSucc();
H A DMipsLongBranch.cpp241 assert(Br->isBundledWithSucc());

Completed in 1239 milliseconds