HomeSort by relevance Sort by last modified time
    Searched refs:RegSortData (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 96 /// RegSortData - This class holds data which is used to order reuse candidates.
97 class RegSortData {
103 RegSortData() {}
111 void RegSortData::print(raw_ostream &OS) const {
115 void RegSortData::dump() const {
124 typedef DenseMap<const SCEV *, RegSortData> RegUsesTy;
153 RegUsesMap.insert(std::make_pair(Reg, RegSortData()));
154 RegSortData &RSD = Pair.first->second;
165 RegSortData &RSD = It->second;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 132 class RegSortData {
144 void RegSortData::print(raw_ostream &OS) const {
149 void RegSortData::dump() const {
157 typedef DenseMap<const SCEV *, RegSortData> RegUsesTy;
186 RegUsesMap.insert(std::make_pair(Reg, RegSortData()));
187 RegSortData &RSD = Pair.first->second;
198 RegSortData &RSD = It->second;
    [all...]

Completed in 268 milliseconds