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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp212 class RegSortData { class in namespace:__anon4666
225 void RegSortData::print(raw_ostream &OS) const {
229 LLVM_DUMP_METHOD void RegSortData::dump() const {
238 using RegUsesTy = DenseMap<const SCEV *, RegSortData>;
268 RegUsesMap.insert(std::make_pair(Reg, RegSortData()));
269 RegSortData &RSD = Pair.first->second;
280 RegSortData &RSD = It->second;

Completed in 129 milliseconds