Home
last modified time | relevance | path

Searched defs:forOpA (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestLoopFusion.cpp106 static bool testSliceComputation(AffineForOp forOpA, AffineForOp forOpB, in testSliceComputation()
124 static bool testLoopFusionTransformation(AffineForOp forOpA, AffineForOp forOpB, in testLoopFusionTransformation()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp141 auto forOpA = isSrcForOpBeforeDstForOp ? srcForOp : dstForOp; in getFusedLoopNestInsertionPoint() local
290 auto forOpA = isSrcForOpBeforeDstForOp ? srcForOp : dstForOp; in canFuseLoops() local
DLoopUtils.cpp1404 void mlir::interchangeLoops(AffineForOp forOpA, AffineForOp forOpB) { in interchangeLoops()