Home
last modified time | relevance | path

Searched refs:FirstIter (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h156 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add() local
157 if (FirstIter == FirstMap.end()) { in add()
162 LVSecondMapType *SecondMap = FirstIter->second.get(); in add()
174 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap() local
175 if (FirstIter == FirstMap.end()) in findMap()
178 return FirstIter->second.get(); in findMap()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1741 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() argument
1742 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter), in MatchStep()
1746 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in areBothFinished()
1749 bool isFirstFinished() const { return FirstIter == FirstEnd; } in isFirstFinished()
1760 T getFirstIter() const { return FirstIter; } in getFirstIter()
1768 T FirstIter; member in __anon4d4e49c11111::MatchStep
1781 ++FirstIter; in updateOneStep()
1785 ++FirstIter; in updateOneStep()
1797 if (FirstIter != FirstEnd && in updateOneStep()
1798 (SecondIter == SecondEnd || FirstIter->first < SecondIter->first)) in updateOneStep()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6106 bool FirstIter = true; in processImplicitMapsWithDefaultMappers() local
6114 if (FirstIter) { in processImplicitMapsWithDefaultMappers()
6115 FirstIter = false; in processImplicitMapsWithDefaultMappers()
19520 bool FirstIter = true; in actOnOMPReductionKindClause() local
19530 if (!FirstIter && IR != ER) in actOnOMPReductionKindClause()
19532 FirstIter = false; in actOnOMPReductionKindClause()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3764 bool FirstIter = true; in getGEPExpr() local
3779 if (FirstIter) { in getGEPExpr()
3783 FirstIter = false; in getGEPExpr()