reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
197 while (I != REnd && I->isDebugInstr()) 197 while (I != REnd && I->isDebugInstr()) 198 ++I; 200 if (I == REnd || !isUnpredicatedTerminator(*I)) { 200 if (I == REnd || !isUnpredicatedTerminator(*I)) { 207 MachineInstr *LastInst = &*I; 221 ++I; 222 while (I != REnd && I->isDebugInstr()) 222 while (I != REnd && I->isDebugInstr()) 223 ++I; 225 if (I != REnd) { 226 SecondLastInst = &*I; 249 if (++I != REnd && isUnpredicatedTerminator(*I)) 249 if (++I != REnd && isUnpredicatedTerminator(*I))