Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp404 auto *childForOp = forOp.getOperation(); in getLoopNestStats() local
417 stats->opCountMap[childForOp] = 0; in getLoopNestStats()
422 stats->opCountMap[childForOp] = count; in getLoopNestStats()
433 stats->tripCountMap[childForOp] = maybeConstTripCount.getValue(); in getLoopNestStats()
462 for (auto childForOp : stats.loopMap[forOp]) { in getComputeCostHelper() local
463 opCount += getComputeCostHelper(childForOp.getOperation(), stats, in getComputeCostHelper()