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.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/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1800 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() argument
1801 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter), in MatchStep()
1805 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in areBothFinished()
1808 bool isFirstFinished() const { return FirstIter == FirstEnd; } in isFirstFinished()
1819 T getFirstIter() const { return FirstIter; } in getFirstIter()
1827 T FirstIter; member in __anon209d874b1111::MatchStep
1840 ++FirstIter; in updateOneStep()
1844 ++FirstIter; in updateOneStep()
1856 if (FirstIter != FirstEnd && in updateOneStep()
1857 (SecondIter == SecondEnd || FirstIter->first < SecondIter->first)) in updateOneStep()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5881 bool FirstIter = true; in processImplicitMapsWithDefaultMappers() local
5889 if (FirstIter) { in processImplicitMapsWithDefaultMappers()
5890 FirstIter = false; in processImplicitMapsWithDefaultMappers()
18322 bool FirstIter = true; in actOnOMPReductionKindClause() local
18332 if (!FirstIter && IR != ER) in actOnOMPReductionKindClause()
18334 FirstIter = false; in actOnOMPReductionKindClause()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3768 bool FirstIter = true; in getGEPExpr() local
3783 if (FirstIter) { in getGEPExpr()
3787 FirstIter = false; in getGEPExpr()