Searched refs:FirstIter (Results 1 – 4 of 4) sorted by relevance
156 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add() local157 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() local175 if (FirstIter == FirstMap.end()) in findMap()178 return FirstIter->second.get(); in findMap()
1882 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in getFuncSampleStats() 1883 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter),1887 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in isFunctionHot() 1890 bool isFirstFinished() const { return FirstIter == FirstEnd; } in isFunctionHot() 1901 T getFirstIter() const { return FirstIter; } in SampleOverlapAggregator() 1909 T FirstIter;1922 ++FirstIter;1926 ++FirstIter;1938 if (FirstIter !1798 MatchStep(T FirstIter,T FirstEnd,T SecondIter,T SecondEnd) MatchStep() argument 1825 T FirstIter; global() member in __anon5bce405e1111::MatchStep [all...]
5865 bool FirstIter = true; in processImplicitMapsWithDefaultMappers() 5873 if (FirstIter) { in processImplicitMapsWithDefaultMappers() 5874 FirstIter = false; in processImplicitMapsWithDefaultMappers() 18512 bool FirstIter = true; in buildDeclareReductionRef() 18522 if (!FirstIter && IR != ER) in buildDeclareReductionRef() 18524 FirstIter = false; in buildDeclareReductionRef() 21285 bool FirstIter = true; in buildUserDefinedMapperRef() 21293 if (FirstIter) { in buildUserDefinedMapperRef() 21294 FirstIter = false; in buildUserDefinedMapperRef() 5885 bool FirstIter = true; processImplicitMapsWithDefaultMappers() local 18807 bool FirstIter = true; actOnOMPReductionKindClause() local
3761 bool FirstIter = true; in getGEPExpr() 3776 if (FirstIter) { in getGEPExpr() 3780 FirstIter = false; in getGEPExpr() 3768 bool FirstIter = true; getGEPExpr() local