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

References

lib/Target/ARM/ARMConstantIslandPass.cpp
 1366     ++I;
 1369          I->getOpcode() != ARM::t2IT &&
 1370          getITInstrPredicate(*I, PredReg) != ARMCC::AL;
 1371          Offset += TII->getInstSizeInBytes(*I), I = std::next(I)) {
 1371          Offset += TII->getInstSizeInBytes(*I), I = std::next(I)) {
 1371          Offset += TII->getInstSizeInBytes(*I), I = std::next(I)) {
 1373           std::max(BaseInsertOffset, Offset + TII->getInstSizeInBytes(*I) + 1);
 1374       assert(I != UserMBB->end() && "Fell off end of block");