struct TLSUser

Declaration

struct TLSUser { /* full declaration omitted */ };

Description

Keeps track of the user of a TLS variable and the operand index where the variable is used.

Declared at: llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h:84

Member Variables

public llvm::Instruction* Inst
public unsigned int OpndIdx

Method Overview

  • public TLSUser(llvm::Instruction * Inst, unsigned int Idx)

Methods

ΒΆTLSUser(llvm::Instruction* Inst, unsigned int Idx)

Declared at: llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h:88

Parameters

llvm::Instruction* Inst
unsigned int Idx