Home
last modified time | relevance | path

Searched refs:GraphDiff (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp31 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 DIteratedDominanceFrontier.h27 ChildrenGetterTy(const GraphDiff<BasicBlock *, IsPostDom> *GD) : GD(GD) {
33 const GraphDiff<BasicBlock *, IsPostDom> *GD = nullptr;
49 const GraphDiff<BasicBlock *, IsPostDom> *GD)
H A DMemorySSAUpdater.h287 const GraphDiff<BasicBlock *> *GD);
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCFGDiff.h57 template <typename NodePtr, bool InverseGraph = false> class GraphDiff {
94 GraphDiff() : UpdatedAreReverseApplied(false) {} in GraphDiff() function
95 GraphDiff(ArrayRef<cfg::Update<NodePtr>> Updates,
H A DGenericDomTree.h215 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 DGenericDomTreeConstruction.h62 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 DDominators.h62 using BBDomTreeGraphDiff = GraphDiff<BasicBlock *, false>;
63 using BBPostDomTreeGraphDiff = GraphDiff<BasicBlock *, true>;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp839 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()