Searched refs:SROACosts (Results 1 – 1 of 1) sorted by relevance
1172 DenseMap<AllocaInst *, unsigned> SROACosts; member in __anon463f3bdb0111::InlineCostFeaturesAnalyzer1183 auto CostIt = SROACosts.find(Arg); in onDisableSROA()1184 if (CostIt == SROACosts.end()) in onDisableSROA()1189 SROACosts.erase(CostIt); in onDisableSROA()1275 SROACosts[Arg] = SROAArgCost; in onInitializeSROAArg()1280 SROACosts.find(Arg)->second += InstrCost; in onAggregateSROAUse()