Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp677 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
682 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
686 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
689 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
691 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp832 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local
836 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
DHexagonLoopIdiomRecognition.cpp1108 Instruction *EndI = ExitB->getFirstNonPHI(); in promoteTypes() local
1109 BasicBlock::iterator End = EndI ? EndI->getIterator() : ExitB->end(); in promoteTypes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp1689 const_iterator EndI = end(); in getTopDSA() local
1690 if (FromParent && I != EndI) in getTopDSA()
1692 if (I != EndI) { in getTopDSA()
1739 const_iterator EndI = end(); in getTopDSA() local
1740 if (FromParent && I != EndI) in getTopDSA()
1742 if (I == EndI) in getTopDSA()
1767 const_iterator EndI = end(); in getImplicitDSA() local
1768 if (FromParent && StartI != EndI) in getImplicitDSA()
1791 const_iterator EndI = end(); in hasDSA() local
1792 if (FromParent && I != EndI) in hasDSA()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp6080 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local