Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp248 class RegSortData { class
381 void RegSortData::print(raw_ostream &OS) const { in print()
385 LLVM_DUMP_METHOD void RegSortData::dump() const { in dump()
394 using RegUsesTy = DenseMap<const SCEV *, RegSortData>;
424 RegUsesMap.insert(std::make_pair(Reg, RegSortData())); in countRegister()
425 RegSortData &RSD = Pair.first->second; in countRegister()
436 RegSortData &RSD = It->second; in dropRegister()