LLVM 20.0.0git
|
Keeps track of the user of a TLS variable and the operand index where the variable is used. More...
#include "llvm/Transforms/Scalar/TLSVariableHoist.h"
Public Member Functions | |
TLSUser (Instruction *Inst, unsigned Idx) | |
Public Attributes | |
Instruction * | Inst |
unsigned | OpndIdx |
Keeps track of the user of a TLS variable and the operand index where the variable is used.
Definition at line 84 of file TLSVariableHoist.h.
|
inline |
Definition at line 88 of file TLSVariableHoist.h.
Instruction* llvm::tlshoist::TLSUser::Inst |
Definition at line 85 of file TLSVariableHoist.h.
unsigned llvm::tlshoist::TLSUser::OpndIdx |
Definition at line 86 of file TLSVariableHoist.h.