Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h192 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add() local
193 if (FirstIter == FirstMap.end()) { in add()
197 SecondMap = FirstIter->second; in add()
211 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap() local
212 if (FirstIter == FirstMap.end()) in findMap()
215 LVSecondMapType *SecondMap = FirstIter->second; in findMap()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1381 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() argument
1382 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter), in MatchStep()
1386 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in areBothFinished()
1389 bool isFirstFinished() const { return FirstIter == FirstEnd; } in isFirstFinished()
1400 T getFirstIter() const { return FirstIter; } in getFirstIter()
1408 T FirstIter; member in __anona85dd3c21011::MatchStep
1421 ++FirstIter; in updateOneStep()
1425 ++FirstIter; in updateOneStep()
1437 if (FirstIter != FirstEnd && in updateOneStep()
1438 (SecondIter == SecondEnd || FirstIter->first < SecondIter->first)) in updateOneStep()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp6075 bool FirstIter = true; in processImplicitMapsWithDefaultMappers() local
6083 if (FirstIter) { in processImplicitMapsWithDefaultMappers()
6084 FirstIter = false; in processImplicitMapsWithDefaultMappers()
19167 bool FirstIter = true; in actOnOMPReductionKindClause() local
19177 if (!FirstIter && IR != ER) in actOnOMPReductionKindClause()
19179 FirstIter = false; in actOnOMPReductionKindClause()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp3771 bool FirstIter = true; in getGEPExpr() local
3786 if (FirstIter) { in getGEPExpr()
3790 FirstIter = false; in getGEPExpr()