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

References

lib/Target/Mips/MipsConstantIslandPass.cpp
 1278   ++MI;
 1284        Offset += TII->getInstSizeInBytes(*MI), MI = std::next(MI)) {
 1284        Offset += TII->getInstSizeInBytes(*MI), MI = std::next(MI)) {
 1284        Offset += TII->getInstSizeInBytes(*MI), MI = std::next(MI)) {
 1285     assert(MI != UserMBB->end() && "Fell off end of block");
 1286     if (CPUIndex < NumCPUsers && CPUsers[CPUIndex].MI == MI) {
 1302   NewMBB = splitBlockBeforeInstr(*--MI);