Searched refs:currentLevel (Results 1 – 1 of 1) sorted by relevance
1502 getMatchedAffineLoopsRec(NestedMatch match, unsigned currentLevel, in getMatchedAffineLoopsRec() argument1505 assert(currentLevel <= loops.size() && "Unexpected currentLevel"); in getMatchedAffineLoopsRec()1506 if (currentLevel == loops.size()) in getMatchedAffineLoopsRec()1510 loops[currentLevel].push_back(cast<AffineForOp>(match.getMatchedOperation())); in getMatchedAffineLoopsRec()1512 getMatchedAffineLoopsRec(childMatch, currentLevel + 1, loops); in getMatchedAffineLoopsRec()