LLVM
8.0.1
|
#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 |
Definition at line 29 of file CFGUpdate.h.
|
inline |
Definition at line 35 of file CFGUpdate.h.
|
inline |
Definition at line 53 of file CFGUpdate.h.
References llvm::dbgs(), and print().
|
inline |
Definition at line 39 of file CFGUpdate.h.
References From.
Referenced by llvm::cfg::LegalizeUpdates().
|
inline |
Definition at line 38 of file CFGUpdate.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getInt().
|
inline |
Definition at line 40 of file CFGUpdate.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getPointer().
Referenced by llvm::cfg::LegalizeUpdates().
|
inline |
Definition at line 41 of file CFGUpdate.h.
|
inline |
Definition at line 45 of file CFGUpdate.h.
References llvm::cfg::Insert.