Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h103 struct RebasedConstantInfo { struct
108 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset, argument
112 using RebasedConstantListType = SmallVector<RebasedConstantInfo, 4>; argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp167 for (const RebasedConstantInfo &RCI : RebasedConstants) in collectMatInsertPts()
660 RebasedConstantInfo(std::move(ConstCand->Uses), Offset, ConstTy)); in findAndMakeBaseConstant()