Searched refs:EndI (Results 1 – 3 of 3) sorted by relevance
625 auto EndI = std::prev(Stack.rend()); in getTopDSA() local626 if (FromParent && StartI != EndI) { in getTopDSA()642 auto EndI = std::prev(Stack.rend()); in getImplicitDSA() local643 if (FromParent && StartI != EndI) { in getImplicitDSA()655 auto EndI = std::prev(Stack.rend()); in hasDSA() local656 if (FromParent && StartI != EndI) { in hasDSA()659 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDSA()675 auto EndI = std::prev(Stack.rend()); in hasInnermostDSA() local676 if (FromParent && StartI != EndI) { in hasInnermostDSA()679 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()
4948 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local