reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsConstantIslandPass.cpp
 1219   const BasicBlockInfo &UserBBI = BBInfo[UserMBB->getNumber()];
 1223   if (BBHasFallthrough(UserMBB)) {
 1230       LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB)
 1232       NewMBB = &*++UserMBB->getIterator();
 1239       BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB);
 1241       ImmBranches.push_back(ImmBranch(&UserMBB->back(),
 1243       BBInfo[UserMBB->getNumber()].Size += Delta;
 1244       adjustBBOffsetsAfter(UserMBB);
 1285     assert(MI != UserMBB->end() && "Fell off end of block");