Searched refs:loopMap (Results 1 – 2 of 2) sorted by relevance
130 DenseMap<Operation *, SmallVector<AffineForOp, 2>> loopMap; member
491 stats->loopMap[parentForOp].push_back(forOp); in getLoopNestStats()540 if (stats.loopMap.count(forOp) > 0) { in getComputeCostHelper()541 for (auto childForOp : stats.loopMap[forOp]) { in getComputeCostHelper()