Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp30 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 …]
/llvm-project/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.h294 const GraphDiff<BasicBlock *> *GD);
/llvm-project/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.h209 GraphDiff<typename DomTreeT::NodePtr,
211 GraphDiff<typename DomTreeT::NodePtr,
613 GraphDiff<NodePtr, IsPostDominator> PreViewCFG(
626 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
636 GraphDiff<NodePtr, IsPostDom> PreViewCFG(AllUpdates,
638 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
H A DGenericDomTreeConstruction.h61 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>;
1561 GraphDiff<typename DomTreeT::NodePtr, DomTreeT::IsPostDominator> PreViewCFG( in InsertEdge()
1583 GraphDiff<typename DomTreeT::NodePtr, in Verify()
1585 GraphDiff<typename DomTreeT::NodePtr, in Verify()
/llvm-project/llvm/include/llvm/IR/
H A DDominators.h58 using BBDomTreeGraphDiff = GraphDiff<BasicBlock *, false>;
59 using BBPostDomTreeGraphDiff = GraphDiff<BasicBlock *, true>;
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h25 using MBBPostDomTreeGraphDiff = GraphDiff<MachineBasicBlock *, true>;
H A DMachineDominators.h49 using MBBDomTreeGraphDiff = GraphDiff<MachineBasicBlock *, false>;
/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp824 GraphDiff<BasicBlock *> GD(RevDeleteUpdates); in applyUpdates()
836 GraphDiff<BasicBlock *> GD; in applyInsertUpdates()
847 GraphDiff<BasicBlock *> GD; in applyInsertUpdates()
853 const GraphDiff<BasicBlock *> *GD) { in applyInsertUpdates()