reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3231 if (I == MBB.instr_begin()) 3247 --I; 3248 if (I->isEHLabel()) 3250 } while (I != MBB.instr_begin()); 3252 I = MBB.instr_end(); 3253 --I; 3255 while (I->isDebugInstr()) { 3256 if (I == MBB.instr_begin()) 3258 --I; 3260 if (!isUnpredicatedTerminator(*I)) 3264 MachineInstr *LastInst = &*I; 3269 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(*I)) { 3269 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(*I)) { 3269 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(*I)) { 3271 SecondLastInst = &*I; 3276 if (I == MBB.instr_begin()) 3278 --I;