Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h72 struct ConstantUser { struct
76 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() argument
79 using ConstantUseListType = SmallVector<ConstantUser, 8>;
97 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
210 const consthoist::ConstantUser User;
212 consthoist::ConstantUser U) in UserAdjustment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp168 for (const ConstantUser &U : RCI.Uses) in collectMatInsertPts()