reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
739 for (MachineFunction::iterator FI = MFp->begin(); FI != MFp->end(); ++FI) { 739 for (MachineFunction::iterator FI = MFp->begin(); FI != MFp->end(); ++FI) { 740 for (Iter I = FI->begin(); I != FI->end(); ++I) { 740 for (Iter I = FI->begin(); I != FI->end(); ++I) { 748 std::next(I) == FI->end() && std::next(FI) == MFp->end(); 748 std::next(I) == FI->end() && std::next(FI) == MFp->end(); 750 std::pair<Iter, bool> Res = getNextMachineInstr(std::next(I), &*FI); 758 if (std::next(Iit) == FI->end() ||