LLVM 20.0.0git
|
Keeps track of a TLS variable candidate and its users. More...
#include "llvm/Transforms/Scalar/TLSVariableHoist.h"
Public Member Functions | |
void | addUser (Instruction *Inst, unsigned Idx) |
Add the user to the use list and update the cost. | |
Public Attributes | |
SmallVector< TLSUser, 8 > | Users |
Keeps track of a TLS variable candidate and its users.
Definition at line 92 of file TLSVariableHoist.h.
|
inline |
Add the user to the use list and update the cost.
Definition at line 96 of file TLSVariableHoist.h.
SmallVector<TLSUser, 8> llvm::tlshoist::TLSCandidate::Users |
Definition at line 93 of file TLSVariableHoist.h.
Referenced by addUser(), and oneUseOutsideLoop().