Searched refs:RegSortData (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp105 /// RegSortData - This class holds data which is used to order reuse candidates.
106 class RegSortData { class in namespace:__anon10393
112 RegSortData() {} function in class:__anon10393::RegSortData
120 void RegSortData::print(raw_ostream &OS) const {
125 void RegSortData::dump() const {
135 typedef DenseMap<const SCEV *, RegSortData> RegUsesTy;
164 RegUsesMap.insert(std::make_pair(Reg, RegSortData()));
165 RegSortData &RSD = Pair.first->second;
176 RegSortData &RSD = It->second;

Completed in 177 milliseconds