Searched refs:EndI (Results 1 – 3 of 3) sorted by relevance
505 auto EndI = std::prev(Stack.rend()); in getTopDSA() local506 if (FromParent && StartI != EndI) { in getTopDSA()573 auto EndI = std::prev(Stack.rend()); in getImplicitDSA() local574 if (FromParent && StartI != EndI) { in getImplicitDSA()586 auto EndI = std::prev(Stack.rend()); in hasDSA() local587 if (FromParent && StartI != EndI) { in hasDSA()590 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDSA()606 auto EndI = std::prev(Stack.rend()); in hasInnermostDSA() local607 if (FromParent && StartI != EndI) { in hasInnermostDSA()610 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasInnermostDSA()[all …]
862 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local866 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
4711 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local