|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/MachineBasicBlock.h 623 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
632 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
642 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
644 while (I->isBundledWithSucc())
include/llvm/CodeGen/MachineInstr.h 374 return isBundledWithPred() || isBundledWithSucc();
include/llvm/CodeGen/MachineInstrBundle.h 62 while (I->isBundledWithSucc())
71 while (I->isBundledWithSucc())
include/llvm/CodeGen/MachineInstrBundleIterator.h 63 while (I->isBundledWithSucc())
lib/CodeGen/MachineBasicBlock.cpp 1145 if (MI->isBundledWithSucc() && !MI->isBundledWithPred())
1148 if (MI->isBundledWithPred() && !MI->isBundledWithSucc())
1169 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
lib/CodeGen/MachineFunction.cpp 354 if (!I->isBundledWithSucc())
lib/CodeGen/MachineInstr.cpp 579 if (!MII->isBundledWithSucc())
601 while (I1->isBundledWithSucc() && I2->isBundledWithSucc()) {
601 while (I1->isBundledWithSucc() && I2->isBundledWithSucc()) {
609 if (I1->isBundledWithSucc() || I2->isBundledWithSucc())
609 if (I1->isBundledWithSucc() || I2->isBundledWithSucc())
737 assert(!Pred->isBundledWithSucc() && "Inconsistent bundle flags");
742 assert(!isBundledWithSucc() && "MI is already bundled with its successor");
755 assert(Pred->isBundledWithSucc() && "Inconsistent bundle flags");
760 assert(isBundledWithSucc() && "MI isn't bundled with its successor");
922 while (I->isBundledWithSucc()) {
lib/CodeGen/MachineVerifier.cpp 453 InBundle = MBBI->isBundledWithSucc();
lib/CodeGen/ScheduleDAGInstrs.cpp 1143 while (I->isBundledWithSucc())
lib/CodeGen/SlotIndexes.cpp 131 if (MI.isBundledWithSucc()) {
lib/CodeGen/VirtRegMap.cpp 406 if (MI.isBundledWithPred() && !MI.isBundledWithSucc()) {
413 I != E && I->isBundledWithSucc(); ++I) {
456 } else if (BundledMI->isBundledWithSucc()) {
lib/Target/AMDGPU/SIInstrInfo.cpp 1549 I->isBundledWithSucc(); ++I) {
lib/Target/ARM/ARMBaseInstrInfo.cpp 1737 if (!I->isBundledWithSucc())
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp 172 if (MI.isBundledWithSucc()) {
199 assert(!SingleI.isBundledWithSucc());
lib/Target/Mips/MipsBranchExpansion.cpp 358 assert(Br->isBundledWithSucc());
lib/Target/Mips/MipsDelaySlotFiller.cpp 305 return MI->hasDelaySlot() && !MI->isBundledWithSucc();
lib/Target/Sparc/DelaySlotFiller.cpp 214 I->hasDelaySlot() || I->isBundledWithSucc())
496 if (PrevInst->isBundledWithSucc())