Searched refs:FirstIter (Results 1 – 3 of 3) sorted by relevance
192 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add() local193 if (FirstIter == FirstMap.end()) { in add()197 SecondMap = FirstIter->second; in add()211 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap() local212 if (FirstIter == FirstMap.end()) in findMap()215 LVSecondMapType *SecondMap = FirstIter->second; in findMap()
9088 bool FirstIter = true; in ActOnOpenMPReductionClause() local9098 if (!FirstIter && IR != ER) in ActOnOpenMPReductionClause()9100 FirstIter = false; in ActOnOpenMPReductionClause()
3771 bool FirstIter = true; in getGEPExpr() local3786 if (FirstIter) { in getGEPExpr()3790 FirstIter = false; in getGEPExpr()