Home
last modified time | relevance | path

Searched refs:EndI (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c29 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
30 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/external/clang/lib/Sema/
DSemaOpenMP.cpp720 auto EndI = std::prev(Stack.rend()); in getTopDSA() local
721 if (FromParent && StartI != EndI) { in getTopDSA()
739 auto EndI = std::prev(Stack.rend()); in getImplicitDSA() local
740 if (FromParent && StartI != EndI) { in getImplicitDSA()
753 auto EndI = Stack.rend(); in hasDSA() local
754 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() local
774 if (FromParent && StartI != EndI) { in hasInnermostDSA()
777 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasInnermostDSA()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp830 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local
834 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp831 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local
835 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
DHexagonLoopIdiomRecognition.cpp1087 Instruction *EndI = ExitB->getFirstNonPHI(); in promoteTypes() local
1088 BasicBlock::iterator End = EndI ? EndI->getIterator() : ExitB->end(); in promoteTypes()
/external/clang/lib/Serialization/
DASTReader.cpp4971 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local