Searched refs:GraphDiff (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.cpp | 31 static cl::SubCommand GraphDiff("graph-diff", variable 35 cl::Required, cl::sub(GraphDiff)); 38 cl::Required, cl::sub(GraphDiff)); 43 cl::sub(GraphDiff), cl::init(false)); 49 cl::sub(GraphDiff), cl::init(false)); 55 cl::sub(GraphDiff), cl::init(false)); 64 cl::sub(GraphDiff), cl::init("")); 72 cl::sub(GraphDiff), cl::init("")); 80 cl::sub(GraphDiff), cl::init("")); 87 cl::sub(GraphDiff), cl::init(false)); [all …]
|
| /openbsd-src/gnu/llvm/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 | 287 const GraphDiff<BasicBlock *> *GD);
|
| /openbsd-src/gnu/llvm/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 | 215 GraphDiff<typename DomTreeT::NodePtr, 217 GraphDiff<typename DomTreeT::NodePtr, 562 GraphDiff<NodePtr, IsPostDominator> PreViewCFG( 575 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates); 585 GraphDiff<NodePtr, IsPostDom> PreViewCFG(AllUpdates, 587 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
|
| H A D | GenericDomTreeConstruction.h | 62 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>; 1570 GraphDiff<typename DomTreeT::NodePtr, DomTreeT::IsPostDominator> PreViewCFG( in CalculateWithUpdates() 1592 GraphDiff<typename DomTreeT::NodePtr, in ApplyUpdates() 1594 GraphDiff<typename DomTreeT::NodePtr, in ApplyUpdates()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 62 using BBDomTreeGraphDiff = GraphDiff<BasicBlock *, false>; 63 using BBPostDomTreeGraphDiff = GraphDiff<BasicBlock *, true>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 839 GraphDiff<BasicBlock *> GD(RevDeleteUpdates); in applyUpdates() 851 GraphDiff<BasicBlock *> GD; in applyUpdates() 862 GraphDiff<BasicBlock *> GD; in applyInsertUpdates() 868 const GraphDiff<BasicBlock *> *GD) { in applyInsertUpdates()
|