Searched refs:extractForInductionVars (Results 1 – 5 of 5) sorted by relevance
390 void extractForInductionVars(ArrayRef<AffineForOp> forInsts,
99 extractForInductionVars(forOps, &indices); in getIndexSet()
258 extractForInductionVars(ivs, ®ionSymbols); in compute()
918 extractForInductionVars(input, &origLoopIVs); in tilePerfectlyNested()960 extractForInductionVars(input, &origLoopIVs); in tilePerfectlyNestedParametric()2626 extractForInductionVars(ivs, &symbols); in getFullMemRefAsRegion()
1789 void mlir::extractForInductionVars(ArrayRef<AffineForOp> forInsts, in extractForInductionVars() function in mlir