Home
last modified time | relevance | path

Searched refs:StoreChainDependents (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineScheduler.cpp1066 SmallVector<SmallVector<SUnit*,4>, 32> StoreChainDependents; in apply() local
1081 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()