Searched refs:EndI (Results 1 – 6 of 6) sorted by relevance
29 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local30 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
720 auto EndI = std::prev(Stack.rend()); in getTopDSA() local721 if (FromParent && StartI != EndI) { in getTopDSA()739 auto EndI = std::prev(Stack.rend()); in getImplicitDSA() local740 if (FromParent && StartI != EndI) { in getImplicitDSA()753 auto EndI = Stack.rend(); in hasDSA() local754 if (FromParent && StartI != EndI) { in hasDSA()757 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDSA()773 auto EndI = Stack.rend(); in hasInnermostDSA() local774 if (FromParent && StartI != EndI) { in hasInnermostDSA()777 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasInnermostDSA()[all …]
830 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local834 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
831 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local835 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
1087 Instruction *EndI = ExitB->getFirstNonPHI(); in promoteTypes() local1088 BasicBlock::iterator End = EndI ? EndI->getIterator() : ExitB->end(); in promoteTypes()
4971 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local