Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp109 class RegSortData { class
121 void RegSortData::print(raw_ostream &OS) const { in print()
126 void RegSortData::dump() const { in dump()
136 typedef DenseMap<const SCEV *, RegSortData> RegUsesTy;
165 RegUsesMap.insert(std::make_pair(Reg, RegSortData())); in CountRegister()
166 RegSortData &RSD = Pair.first->second; in CountRegister()
177 RegSortData &RSD = It->second; in DropRegister()