Searched refs:StoreChainDependents (Results 1 – 1 of 1) sorted by relevance
1365 SmallVector<SmallVector<SUnit*,4>, 32> StoreChainDependents; in apply() local1380 unsigned NumChains = StoreChainDependents.size(); in apply()1384 StoreChainDependents.resize(NumChains + 1); in apply()1385 StoreChainDependents[Result.first->second].push_back(SU); in apply()1388 for (unsigned Idx = 0, End = StoreChainDependents.size(); Idx != End; ++Idx) in apply()1389 clusterNeighboringLoads(StoreChainDependents[Idx], DAG); in apply()