Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DTLSVariableHoist.h84 struct TLSUser { struct
88 TLSUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in TLSUser() function
93 SmallVector<TLSUser, 8> Users;
97 Users.push_back(TLSUser(Inst, Idx)); in addUser()