reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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");