Searched refs:FirstIter (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1082 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() argument 1083 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter), in MatchStep() 1087 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in areBothFinished() 1090 bool isFirstFinished() const { return FirstIter == FirstEnd; } in isFirstFinished() 1101 T getFirstIter() const { return FirstIter; } in getFirstIter() 1109 T FirstIter; member in __anon4e4d357f0b11::MatchStep 1122 ++FirstIter; in updateOneStep() 1126 ++FirstIter; in updateOneStep() 1138 if (FirstIter != FirstEnd && in updateOneStep() 1139 (SecondIter == SecondEnd || FirstIter->first < SecondIter->first)) in updateOneStep() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 523 CombiningDirIterImpl(directory_iterator FirstIter, FileSystemPtr Fallback, in CombiningDirIterImpl() argument 525 : FSList({Fallback}), CurrentDirIter(FirstIter), in CombiningDirIterImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5686 bool FirstIter = true; in processImplicitMapsWithDefaultMappers() local 5694 if (FirstIter) { in processImplicitMapsWithDefaultMappers() 5695 FirstIter = false; in processImplicitMapsWithDefaultMappers() 16813 bool FirstIter = true; in actOnOMPReductionKindClause() local 16823 if (!FirstIter && IR != ER) in actOnOMPReductionKindClause() 16825 FirstIter = false; in actOnOMPReductionKindClause()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 3605 bool FirstIter = true; in getGEPExpr() local 3620 if (FirstIter) { in getGEPExpr() 3624 FirstIter = false; in getGEPExpr()
|