Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Transforms/
DLoopFusionUtils.h123 int64_t getComputeCost(AffineForOp forOp, LoopNestStats &stats);
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp554 int64_t mlir::getComputeCost(AffineForOp forOp, LoopNestStats &stats) { in getComputeCost() function in mlir
/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp1094 uint64_t srcLoopNestCost = getComputeCost(srcLoopIVs[0], srcLoopNestStats); in isFusionProfitable()
1111 uint64_t dstLoopNestCost = getComputeCost(dstLoopIVs[0], dstLoopNestStats); in isFusionProfitable()