Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Transforms/
DLoopFusionUtils.h132 bool getFusionComputeCost(AffineForOp srcForOp, LoopNestStats &srcStats,
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp565 bool mlir::getFusionComputeCost(AffineForOp srcForOp, LoopNestStats &srcStats, in getFusionComputeCost() function in mlir
/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp1121 if (!getFusionComputeCost(srcLoopIVs[0], srcLoopNestStats, dstLoopIVs[0], in isFusionProfitable()