LLVM  4.0.0
Public Member Functions | Static Public Member Functions | List of all members
llvm::GVNExpression::CallExpression Class Referencefinal

#include <GVNExpression.h>

Inheritance diagram for llvm::GVNExpression::CallExpression:
[legend]
Collaboration diagram for llvm::GVNExpression::CallExpression:
[legend]

Public Member Functions

 CallExpression (unsigned NumOperands, CallInst *C, MemoryAccess *DA)
 
void operator= (const CallExpression &)=delete
 
 CallExpression (const CallExpression &)=delete
 
 CallExpression ()=delete
 
virtual ~CallExpression () override
 
virtual bool equals (const Expression &Other) const override
 
virtual hash_code getHashValue () const override
 
virtual void printInternal (raw_ostream &OS, bool PrintEType) const override
 
- Public Member Functions inherited from llvm::GVNExpression::BasicExpression
 BasicExpression (unsigned NumOperands)
 
 BasicExpression (unsigned NumOperands, ExpressionType ET)
 
virtual ~BasicExpression () override
 
void operator= (const BasicExpression &)=delete
 
 BasicExpression (const BasicExpression &)=delete
 
 BasicExpression ()=delete
 
void swapOperands (unsigned First, unsigned Second)
 Swap two operands. More...
 
ValuegetOperand (unsigned N) const
 
void setOperand (unsigned N, Value *V)
 
unsigned getNumOperands () const
 
op_iterator op_begin ()
 
op_iterator op_end ()
 
const_op_iterator op_begin () const
 
const_op_iterator op_end () const
 
iterator_range< op_iteratoroperands ()
 
iterator_range< const_op_iteratoroperands () const
 
void op_push_back (Value *Arg)
 
bool op_empty () const
 
void allocateOperands (RecyclerType &Recycler, BumpPtrAllocator &Allocator)
 
void deallocateOperands (RecyclerType &Recycler)
 
void setType (Type *T)
 
TypegetType () const
 
- Public Member Functions inherited from llvm::GVNExpression::Expression
 Expression (const Expression &)=delete
 
 Expression (ExpressionType ET=ET_Base, unsigned O=~2U)
 
void operator= (const Expression &)=delete
 
virtual ~Expression ()
 
bool operator== (const Expression &Other) const
 
unsigned getOpcode () const
 
void setOpcode (unsigned opcode)
 
ExpressionType getExpressionType () const
 
void print (raw_ostream &OS) const
 
void dump () const
 

Static Public Member Functions

static bool classof (const Expression *EB)
 
- Static Public Member Functions inherited from llvm::GVNExpression::BasicExpression
static bool classof (const Expression *EB)
 
- Static Public Member Functions inherited from llvm::GVNExpression::Expression
static unsigned getEmptyKey ()
 
static unsigned getTombstoneKey ()
 

Additional Inherited Members

- Public Types inherited from llvm::GVNExpression::BasicExpression
typedef Value ** op_iterator
 
typedef Value *constconst_op_iterator
 

Detailed Description

Definition at line 238 of file GVNExpression.h.

Constructor & Destructor Documentation

llvm::GVNExpression::CallExpression::CallExpression ( unsigned  NumOperands,
CallInst C,
MemoryAccess DA 
)
inline

Definition at line 248 of file GVNExpression.h.

llvm::GVNExpression::CallExpression::CallExpression ( const CallExpression )
delete
llvm::GVNExpression::CallExpression::CallExpression ( )
delete
llvm::GVNExpression::CallExpression::~CallExpression ( )
overridevirtualdefault

Member Function Documentation

static bool llvm::GVNExpression::CallExpression::classof ( const Expression EB)
inlinestatic
virtual bool llvm::GVNExpression::CallExpression::equals ( const Expression Other) const
inlineoverridevirtual
virtual hash_code llvm::GVNExpression::CallExpression::getHashValue ( ) const
inlineoverridevirtual
void llvm::GVNExpression::CallExpression::operator= ( const CallExpression )
delete
virtual void llvm::GVNExpression::CallExpression::printInternal ( raw_ostream OS,
bool  PrintEType 
) const
inlineoverridevirtual

The documentation for this class was generated from the following files: