Searched refs:GraphDiff (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.cpp | 30 static cl::SubCommand GraphDiff("graph-diff", variable 34 cl::Required, cl::sub(GraphDiff)); 37 cl::Required, cl::sub(GraphDiff)); 42 cl::sub(GraphDiff), cl::init(false)); 48 cl::sub(GraphDiff), cl::init(false)); 54 cl::sub(GraphDiff), cl::init(false)); 63 cl::sub(GraphDiff), cl::init("")); 71 cl::sub(GraphDiff), cl::init("")); 79 cl::sub(GraphDiff), cl::init("")); 86 cl::sub(GraphDiff), cl::init(false)); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IteratedDominanceFrontier.h | 27 ChildrenGetterTy(const GraphDiff<BasicBlock *, IsPostDom> *GD) : GD(GD) { 33 const GraphDiff<BasicBlock *, IsPostDom> *GD = nullptr; 49 const GraphDiff<BasicBlock *, IsPostDom> *GD)
|
H A D | MemorySSAUpdater.h | 294 const GraphDiff<BasicBlock *> *GD);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CFGDiff.h | 57 template <typename NodePtr, bool InverseGraph = false> class GraphDiff { 94 GraphDiff() : UpdatedAreReverseApplied(false) {} in GraphDiff() function 95 GraphDiff(ArrayRef<cfg::Update<NodePtr>> Updates,
|
H A D | GenericDomTree.h | 214 GraphDiff<typename DomTreeT::NodePtr, 216 GraphDiff<typename DomTreeT::NodePtr, 545 GraphDiff<NodePtr, IsPostDominator> PreViewCFG( 558 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates); 568 GraphDiff<NodePtr, IsPostDom> PreViewCFG(AllUpdates, 570 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
|
H A D | GenericDomTreeConstruction.h | 61 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>; 1571 GraphDiff<typename DomTreeT::NodePtr, DomTreeT::IsPostDominator> PreViewCFG( in CalculateWithUpdates() 1593 GraphDiff<typename DomTreeT::NodePtr, in ApplyUpdates() 1595 GraphDiff<typename DomTreeT::NodePtr, in ApplyUpdates()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Dominators.h | 47 using BBDomTreeGraphDiff = GraphDiff<BasicBlock *, false>; 48 using BBPostDomTreeGraphDiff = GraphDiff<BasicBlock *, true>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 839 GraphDiff<BasicBlock *> GD(RevDeleteUpdates); in applyUpdates() 847 GraphDiff<BasicBlock *> GD; in applyUpdates() 858 GraphDiff<BasicBlock *> GD; in applyInsertUpdates() 864 const GraphDiff<BasicBlock *> *GD) { in applyInsertUpdates()
|