Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1157 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() argument
1158 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter), in MatchStep()
1162 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in areBothFinished()
1165 bool isFirstFinished() const { return FirstIter == FirstEnd; } in isFirstFinished()
1176 T getFirstIter() const { return FirstIter; } in getFirstIter()
1184 T FirstIter; member in __anon73ab2c7b0c11::MatchStep
1197 ++FirstIter; in updateOneStep()
1201 ++FirstIter; in updateOneStep()
1213 if (FirstIter != FirstEnd && in updateOneStep()
1214 (SecondIter == SecondEnd || FirstIter->first < SecondIter->first)) in updateOneStep()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp6004 bool FirstIter = true; in processImplicitMapsWithDefaultMappers() local
6012 if (FirstIter) { in processImplicitMapsWithDefaultMappers()
6013 FirstIter = false; in processImplicitMapsWithDefaultMappers()
18884 bool FirstIter = true; in actOnOMPReductionKindClause() local
18894 if (!FirstIter && IR != ER) in actOnOMPReductionKindClause()
18896 FirstIter = false; in actOnOMPReductionKindClause()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp3692 bool FirstIter = true; in getGEPExpr() local
3707 if (FirstIter) { in getGEPExpr()
3711 FirstIter = false; in getGEPExpr()