Searched refs:InstCostMap (Results 1 – 1 of 1) sorted by relevance
376 DenseSet<UnrolledInstState, UnrolledInstStateKeyInfo> InstCostMap; in analyzeLoopUnrollCost() local397 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost()398 if (CostIter == InstCostMap.end()) in analyzeLoopUnrollCost()530 bool Inserted = InstCostMap.insert({&I, (int)Iteration, in analyzeLoopUnrollCost()