Searched refs:innerFor (Results 1 – 2 of 2) sorted by relevance
1046 if (auto innerFor = dyn_cast<AffineForOp>(op)) in getSequentialLoops() local1047 if (!isLoopParallel(innerFor)) in getSequentialLoops()1048 sequentialLoops->insert(innerFor.getInductionVar()); in getSequentialLoops()
66 ForStmt innerFor = (ForStmt) ((BlockStmt) outerFor.getBody()).getStatement(0); in testConsistentMethodResultion() local67 IfStmt ifStmt = (IfStmt) ((BlockStmt) innerFor.getBody()).getStatement(4); in testConsistentMethodResultion()