Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/profile/
H A 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()
/aosp_15_r20/external/clang/lib/Sema/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp766 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
771 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
775 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
778 if (haveSameOperands(EndI, *I, EndI.arg_size())) { in removeTriviallyEmptyRange()
780 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp830 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local
834 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp853 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local
857 for (MachineInstr &MI : llvm::make_range(std::next(StartI), EndI)) { in canMoveMemTo()
H A DHexagonLoopIdiomRecognition.cpp1106 Instruction *EndI = ExitB->getFirstNonPHI(); in promoteTypes() local
1107 BasicBlock::iterator End = EndI ? EndI->getIterator() : ExitB->end(); in promoteTypes()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp831 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local
835 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
H A DHexagonLoopIdiomRecognition.cpp1090 Instruction *EndI = ExitB->getFirstNonPHI(); in promoteTypes() local
1091 BasicBlock::iterator End = EndI ? EndI->getIterator() : ExitB->end(); in promoteTypes()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp4971 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local