Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DLoopFusionUtils.h148 int64_t getComputeCost(AffineForOp forOp, LoopNestStats &stats);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp569 int64_t mlir::getComputeCost(AffineForOp forOp, LoopNestStats &stats) { in getComputeCost() function in mlir
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp1133 uint64_t srcLoopNestCost = getComputeCost(srcLoopIVs[0], srcLoopNestStats); in isFusionProfitable()
1150 uint64_t dstLoopNestCost = getComputeCost(dstForOp, dstLoopNestStats); in isFusionProfitable()