Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp200 class RegSortData { class
213 void RegSortData::print(raw_ostream &OS) const { in print()
217 LLVM_DUMP_METHOD void RegSortData::dump() const { in dump()
226 using RegUsesTy = DenseMap<const SCEV *, RegSortData>;
256 RegUsesMap.insert(std::make_pair(Reg, RegSortData())); in countRegister()
257 RegSortData &RSD = Pair.first->second; in countRegister()
268 RegSortData &RSD = It->second; in dropRegister()