Searched refs:StoreChainDependents (Results 1 – 1 of 1) sorted by relevance
1066 SmallVector<SmallVector<SUnit*,4>, 32> StoreChainDependents; in apply() local1081 unsigned NumChains = StoreChainDependents.size(); in apply()1085 StoreChainDependents.resize(NumChains + 1); in apply()1086 StoreChainDependents[Result.first->second].push_back(SU); in apply()1089 for (unsigned Idx = 0, End = StoreChainDependents.size(); Idx != End; ++Idx) in apply()1090 clusterNeighboringLoads(StoreChainDependents[Idx], DAG); in apply()