Home
last modified time | relevance | path

Searched refs:strategyOpsA (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp326 SmallVector<Operation *, 4> strategyOpsA; in canFuseLoops() local
331 strategyOpsA.append(opsA.begin(), opsA.end()); in canFuseLoops()
339 strategyOpsA.push_back(op); in canFuseLoops()
348 strategyOpsA.push_back(op); in canFuseLoops()
355 if (failed(mlir::computeSliceUnion(strategyOpsA, opsB, dstLoopDepth, in canFuseLoops()