|
LLVM
8.0.1
|
#include "llvm/IR/CFGDiff.h"

Public Member Functions | |
| GraphDiff () | |
| GraphDiff (ArrayRef< cfg::Update< NodePtr >> Updates) | |
| bool | ignoreChild (const NodePtr BB, NodePtr EdgeEnd, bool InverseEdge) const |
| iterator_range< typename SmallVectorImpl< NodePtr >::const_iterator > | getAddedChildren (const NodePtr BB, bool InverseEdge) const |
| void | print (raw_ostream &OS) const |
| LLVM_DUMP_METHOD void | dump () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 139 of file CFGDiff.h.
Referenced by llvm::GraphDiff< llvm::BasicBlock *, IsPostDom >::dump().
1.8.13