Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h176 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add() local
177 if (FirstIter == FirstMap.end()) { in add()
182 LVSecondMapType *SecondMap = FirstIter->second.get(); in add()
194 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap() local
195 if (FirstIter == FirstMap.end()) in findMap()
198 return FirstIter->second.get(); in findMap()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1896 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() argument
1897 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter), in MatchStep()
1901 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in areBothFinished()
1904 bool isFirstFinished() const { return FirstIter == FirstEnd; } in isFirstFinished()
1915 T getFirstIter() const { return FirstIter; } in getFirstIter()
1923 T FirstIter; member in __anon209d874b1211::MatchStep
1936 ++FirstIter; in updateOneStep()
1940 ++FirstIter; in updateOneStep()
1952 if (FirstIter != FirstEnd && in updateOneStep()
1953 (SecondIter == SecondEnd || FirstIter->first < SecondIter->first)) in updateOneStep()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5886 bool FirstIter = true; in processImplicitMapsWithDefaultMappers() local
5894 if (FirstIter) { in processImplicitMapsWithDefaultMappers()
5895 FirstIter = false; in processImplicitMapsWithDefaultMappers()
18956 bool FirstIter = true; in actOnOMPReductionKindClause() local
18966 if (!FirstIter && IR != ER) in actOnOMPReductionKindClause()
18968 FirstIter = false; in actOnOMPReductionKindClause()
21760 bool FirstIter = true; in isImplicitMapperNeeded() local
21768 if (FirstIter) { in isImplicitMapperNeeded()
21769 FirstIter = false; in isImplicitMapperNeeded()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3750 bool FirstIter = true; in getGEPExpr() local
3765 if (FirstIter) { in getGEPExpr()
3769 FirstIter = false; in getGEPExpr()