Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DLoopFusionUtils.h132 DenseMap<Operation *, uint64_t> opCountMap; member
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp496 stats->opCountMap[childForOp] = 0; in getLoopNestStats()
501 stats->opCountMap[childForOp] = count; in getLoopNestStats()
539 int64_t opCount = stats.opCountMap[forOp] - 1; in getComputeCostHelper()