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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp107 /// RegSortData - This class holds data which is used to order reuse candidates.
108 class RegSortData { class in namespace:__anon26295
114 RegSortData() {} function in class:__anon26295::RegSortData
122 void RegSortData::print(raw_ostream &OS) const {
127 void RegSortData::dump() const {
137 typedef DenseMap<const SCEV *, RegSortData> RegUsesTy;
166 RegUsesMap.insert(std::make_pair(Reg, RegSortData()));
167 RegSortData &RSD = Pair.first->second;
178 RegSortData &RSD = It->second;

Completed in 86 milliseconds