class GlobalValuePseudoSourceValue

Declaration

class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue { /* full declaration omitted */ };

Description

A specialized pseudo source value for holding GlobalValue values.

Declared at: llvm/include/llvm/CodeGen/PseudoSourceValue.h:128

Inherits from: CallEntryPseudoSourceValue

Method Overview

Inherited from CallEntryPseudoSourceValue:

Inherited from PseudoSourceValue:

Methods

GlobalValuePseudoSourceValue(
    const llvm::GlobalValue* GV,
    const llvm::TargetInstrInfo& TII)

Declared at: llvm/include/llvm/CodeGen/PseudoSourceValue.h:132

Parameters

const llvm::GlobalValue* GV
const llvm::TargetInstrInfo& TII

static bool classof(
    const llvm::PseudoSourceValue* V)

Declared at: llvm/include/llvm/CodeGen/PseudoSourceValue.h:135

Parameters

const llvm::PseudoSourceValue* V

const llvm::GlobalValue* getValue() const

Declared at: llvm/include/llvm/CodeGen/PseudoSourceValue.h:139