Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h70 struct ConstantUser { struct
74 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() argument
77 using ConstantUseListType = SmallVector<ConstantUser, 8>;
95 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
207 const consthoist::ConstantUser User;
209 consthoist::ConstantUser U) in UserAdjustment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp167 for (const ConstantUser &U : RCI.Uses) in collectMatInsertPts()