LLVM  8.0.1
Public Member Functions | List of all members
llvm::cfg::Update< NodePtr > Class Template Reference

#include "llvm/Support/CFGUpdate.h"

Public Member Functions

 Update (UpdateKind Kind, NodePtr From, NodePtr To)
 
UpdateKind getKind () const
 
NodePtr getFrom () const
 
NodePtr getTo () const
 
bool operator== (const Update &RHS) const
 
void print (raw_ostream &OS) const
 
LLVM_DUMP_METHOD void dump () const
 

Detailed Description

template<typename NodePtr>
class llvm::cfg::Update< NodePtr >

Definition at line 29 of file CFGUpdate.h.

Constructor & Destructor Documentation

◆ Update()

template<typename NodePtr>
llvm::cfg::Update< NodePtr >::Update ( UpdateKind  Kind,
NodePtr  From,
NodePtr  To 
)
inline

Definition at line 35 of file CFGUpdate.h.

Member Function Documentation

◆ dump()

template<typename NodePtr>
LLVM_DUMP_METHOD void llvm::cfg::Update< NodePtr >::dump ( ) const
inline

Definition at line 53 of file CFGUpdate.h.

References llvm::dbgs(), and print().

◆ getFrom()

template<typename NodePtr>
NodePtr llvm::cfg::Update< NodePtr >::getFrom ( ) const
inline

Definition at line 39 of file CFGUpdate.h.

References From.

Referenced by llvm::cfg::LegalizeUpdates().

◆ getKind()

template<typename NodePtr>
UpdateKind llvm::cfg::Update< NodePtr >::getKind ( ) const
inline

◆ getTo()

template<typename NodePtr>
NodePtr llvm::cfg::Update< NodePtr >::getTo ( ) const
inline

◆ operator==()

template<typename NodePtr>
bool llvm::cfg::Update< NodePtr >::operator== ( const Update< NodePtr > &  RHS) const
inline

Definition at line 41 of file CFGUpdate.h.

◆ print()

template<typename NodePtr>
void llvm::cfg::Update< NodePtr >::print ( raw_ostream OS) const
inline

Definition at line 45 of file CFGUpdate.h.

References llvm::cfg::Insert.


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