Searched refs:extractForInductionVars (Results 1 – 5 of 5) sorted by relevance
444 void extractForInductionVars(ArrayRef<AffineForOp> forInsts,
251 extractForInductionVars(forOps, &indices); in getIndexSet()
470 extractForInductionVars(ivs, ®ionSymbols); in compute()
880 extractForInductionVars(input, &origLoopIVs); in tilePerfectlyNested()922 extractForInductionVars(input, &origLoopIVs); in tilePerfectlyNestedParametric()2354 extractForInductionVars(ivs, &symbols); in getFullMemRefAsRegion()
2146 void mlir::extractForInductionVars(ArrayRef<AffineForOp> forInsts, in extractForInductionVars() function in mlir