Searched refs:StoreChainDependents (Results 1 – 1 of 1) sorted by relevance
1316 SmallVector<SmallVector<SUnit*,4>, 32> StoreChainDependents; in apply() local1331 unsigned NumChains = StoreChainDependents.size(); in apply()1335 StoreChainDependents.resize(NumChains + 1); in apply()1336 StoreChainDependents[Result.first->second].push_back(SU); in apply()1339 for (unsigned Idx = 0, End = StoreChainDependents.size(); Idx != End; ++Idx) in apply()1340 clusterNeighboringLoads(StoreChainDependents[Idx], DAG); in apply()