Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp240 class RegSortData { class
253 void RegSortData::print(raw_ostream &OS) const { in print()
257 LLVM_DUMP_METHOD void RegSortData::dump() const { in dump()
266 using RegUsesTy = DenseMap<const SCEV *, RegSortData>;
296 RegUsesMap.insert(std::make_pair(Reg, RegSortData())); in countRegister()
297 RegSortData &RSD = Pair.first->second; in countRegister()
308 RegSortData &RSD = It->second; in dropRegister()