Searched refs:childForOp (Results 1 – 1 of 1) sorted by relevance
404 auto *childForOp = forOp.getOperation(); in getLoopNestStats() local417 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() local463 opCount += getComputeCostHelper(childForOp.getOperation(), stats, in getComputeCostHelper()