LLVM 20.0.0git
|
#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 28 of file CFGUpdate.h.
|
inline |
Definition at line 34 of file CFGUpdate.h.
References From.
|
inline |
Definition at line 52 of file CFGUpdate.h.
References llvm::dbgs(), and llvm::cfg::Update< NodePtr >::print().
|
inline |
Definition at line 38 of file CFGUpdate.h.
References From.
Referenced by llvm::cfg::Update< NodePtr >::print().
|
inline |
Definition at line 37 of file CFGUpdate.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getInt().
Referenced by llvm::cfg::Update< NodePtr >::print().
|
inline |
Definition at line 39 of file CFGUpdate.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getPointer().
Referenced by llvm::cfg::Update< NodePtr >::print().
|
inline |
Definition at line 40 of file CFGUpdate.h.
|
inline |
Definition at line 44 of file CFGUpdate.h.
References llvm::cfg::Update< NodePtr >::getFrom(), llvm::cfg::Update< NodePtr >::getKind(), llvm::cfg::Update< NodePtr >::getTo(), llvm::cfg::Insert, and OS.
Referenced by llvm::cfg::Update< NodePtr >::dump().