LLVM
8.0.1
|
#include "llvm/CodeGen/PseudoSourceValue.h"
Public Member Functions | |
bool | isConstant (const MachineFrameInfo *) const override |
Test whether the memory pointed to by this PseudoSourceValue has a constant value. More... | |
bool | isAliased (const MachineFrameInfo *) const override |
Test whether the memory pointed to by this PseudoSourceValue may also be pointed to by an LLVM IR Value. More... | |
bool | mayAlias (const MachineFrameInfo *) const override |
Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value. More... | |
Public Member Functions inherited from llvm::PseudoSourceValue | |
PseudoSourceValue (unsigned Kind, const TargetInstrInfo &TII) | |
virtual | ~PseudoSourceValue () |
unsigned | kind () const |
bool | isStack () const |
bool | isGOT () const |
bool | isConstantPool () const |
bool | isJumpTable () const |
unsigned | getAddressSpace () const |
unsigned | getTargetCustom () const |
Protected Member Functions | |
CallEntryPseudoSourceValue (unsigned Kind, const TargetInstrInfo &TII) | |
Additional Inherited Members | |
Public Types inherited from llvm::PseudoSourceValue | |
enum | PSVKind : unsigned { Stack, GOT, JumpTable, ConstantPool, FixedStack, GlobalValueCallEntry, ExternalSymbolCallEntry, TargetCustom } |
Definition at line 117 of file PseudoSourceValue.h.
|
protected |
Definition at line 83 of file PseudoSourceValue.cpp.
|
overridevirtual |
Test whether the memory pointed to by this PseudoSourceValue may also be pointed to by an LLVM IR Value.
Reimplemented from llvm::PseudoSourceValue.
Definition at line 91 of file PseudoSourceValue.cpp.
|
overridevirtual |
Test whether the memory pointed to by this PseudoSourceValue has a constant value.
Reimplemented from llvm::PseudoSourceValue.
Definition at line 87 of file PseudoSourceValue.cpp.
|
overridevirtual |
Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value.
Reimplemented from llvm::PseudoSourceValue.
Definition at line 95 of file PseudoSourceValue.cpp.