Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp30 static cl::SubCommand GraphDiff("graph-diff", variable
63 cl::sub(GraphDiff), cl::init(""));
86 cl::sub(GraphDiff), cl::init(false));
93 cl::sub(GraphDiff), cl::init(false));
100 cl::sub(GraphDiff), cl::init(false));
107 cl::value_desc("field"), cl::sub(GraphDiff),
130 cl::value_desc("field"), cl::sub(GraphDiff),
154 cl::value_desc("field"), cl::sub(GraphDiff),
178 cl::value_desc("field"), cl::sub(GraphDiff),
201 cl::sub(GraphDiff), cl::init(40));
[all …]
/freebsd-14.2/contrib/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.h284 const GraphDiff<BasicBlock *> *GD);
/freebsd-14.2/contrib/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.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.h61 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>;
1566 GraphDiff<typename DomTreeT::NodePtr, DomTreeT::IsPostDominator> PreViewCFG( in CalculateWithUpdates()
1588 GraphDiff<typename DomTreeT::NodePtr, in ApplyUpdates()
1590 GraphDiff<typename DomTreeT::NodePtr, in ApplyUpdates()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h58 using BBDomTreeGraphDiff = GraphDiff<BasicBlock *, false>;
59 using BBPostDomTreeGraphDiff = GraphDiff<BasicBlock *, true>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp814 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()