Searched refs:GraphDiff (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/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 …]
|
| /src/contrib/llvm-project/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 | 289 const GraphDiff<BasicBlock *> *GD);
|
| /src/contrib/llvm-project/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 | 213 GraphDiff<typename DomTreeT::NodePtr, 215 GraphDiff<typename DomTreeT::NodePtr, 560 GraphDiff<NodePtr, IsPostDominator> PreViewCFG( 573 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates); 583 GraphDiff<NodePtr, IsPostDom> PreViewCFG(AllUpdates, 585 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
|
| H A D | GenericDomTreeConstruction.h | 61 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>; 1552 GraphDiff<typename DomTreeT::NodePtr, DomTreeT::IsPostDominator> PreViewCFG( in CalculateWithUpdates() 1574 GraphDiff<typename DomTreeT::NodePtr, in ApplyUpdates() 1576 GraphDiff<typename DomTreeT::NodePtr, in ApplyUpdates()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 58 using BBDomTreeGraphDiff = GraphDiff<BasicBlock *, false>; 59 using BBPostDomTreeGraphDiff = GraphDiff<BasicBlock *, true>;
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePostDominators.h | 25 using MBBPostDomTreeGraphDiff = GraphDiff<MachineBasicBlock *, true>;
|
| H A D | MachineDominators.h | 49 using MBBDomTreeGraphDiff = GraphDiff<MachineBasicBlock *, false>;
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 814 GraphDiff<BasicBlock *> GD(RevDeleteUpdates); in applyUpdates() 826 GraphDiff<BasicBlock *> GD; in applyUpdates() 837 GraphDiff<BasicBlock *> GD; in applyInsertUpdates() 843 const GraphDiff<BasicBlock *> *GD) { in applyInsertUpdates()
|