Lines Matching refs:getLoopIVs
35 void mlir::getLoopIVs(Operation &op, SmallVectorImpl<AffineForOp> *loops) { in getLoopIVs() function in mlir
465 getLoopIVs(*op, &ivs); in compute()
559 getLoopIVs(*op, &enclosingIVs); in compute()
787 getLoopIVs(*ops[i], &loops[i]); in getInnermostCommonLoopDepth()
1051 getLoopIVs(*depSourceOp, &srcLoopIVs); in getComputationSliceState()
1056 getLoopIVs(*depSinkOp, &dstLoopIVs); in getComputationSliceState()
1165 getLoopIVs(*srcOpInst, &srcLoopIVs); in insertBackwardComputationSlice()
1170 getLoopIVs(*dstOpInst, &dstLoopIVs); in insertBackwardComputationSlice()
1193 getLoopIVs(*sliceInst, &sliceSurroundingLoops); in insertBackwardComputationSlice()
1273 getLoopIVs(a, &loopsA); in getNumCommonSurroundingLoops()
1274 getLoopIVs(b, &loopsB); in getNumCommonSurroundingLoops()