Searched refs:getComputeCost (Results 1 – 3 of 3) sorted by relevance
123 int64_t getComputeCost(AffineForOp forOp, LoopNestStats &stats);
554 int64_t mlir::getComputeCost(AffineForOp forOp, LoopNestStats &stats) { in getComputeCost() function in mlir
1094 uint64_t srcLoopNestCost = getComputeCost(srcLoopIVs[0], srcLoopNestStats); in isFusionProfitable()1111 uint64_t dstLoopNestCost = getComputeCost(dstLoopIVs[0], dstLoopNestStats); in isFusionProfitable()