HomeSort by: relevance | last modified time | path
    Searched refs:GraphDiff (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IteratedDominanceFrontier.h 21 /// Specialization for BasicBlock for the optional use of GraphDiff.
27 ChildrenGetterTy(const GraphDiff<BasicBlock *, IsPostDom> *GD) : GD(GD) {
33 const GraphDiff<BasicBlock *, IsPostDom> *GD = nullptr;
49 const GraphDiff<BasicBlock *, IsPostDom> *GD)
MemorySSAUpdater.h 294 const GraphDiff<BasicBlock *> *GD);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-graph-diff.cpp 30 static cl::SubCommand GraphDiff("graph-diff",
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/external/apache2/llvm/dist/llvm/include/llvm/Support/
CFGDiff.h 52 // GraphDiff defines a CFG snapshot: given a set of Update<NodePtr>, provides
57 template <typename NodePtr, bool InverseGraph = false> class GraphDiff {
72 // when using a GraphDiff for incremental updates in the DominatorTree.
94 GraphDiff() : UpdatedAreReverseApplied(false) {}
95 GraphDiff(ArrayRef<cfg::Update<NodePtr>> Updates,
161 OS << "===== GraphDiff: CFG edge changes to create a CFG snapshot. \n"
GenericDomTree.h 214 GraphDiff<typename DomTreeT::NodePtr,
216 GraphDiff<typename DomTreeT::NodePtr,
545 GraphDiff<NodePtr, IsPostDominator> PreViewCFG(
558 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
568 GraphDiff<NodePtr, IsPostDom> PreViewCFG(AllUpdates,
570 GraphDiff<NodePtr, IsPostDom> PostViewCFG(PostViewUpdates);
GenericDomTreeConstruction.h 61 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>;
1571 GraphDiff<typename DomTreeT::NodePtr, DomTreeT::IsPostDominator> PreViewCFG(
1593 GraphDiff<typename DomTreeT::NodePtr,
1595 GraphDiff<typename DomTreeT::NodePtr,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h 47 using BBDomTreeGraphDiff = GraphDiff<BasicBlock *, false>;
48 using BBPostDomTreeGraphDiff = GraphDiff<BasicBlock *, true>;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp 839 GraphDiff<BasicBlock *> GD(RevDeleteUpdates);
847 GraphDiff<BasicBlock *> GD;
858 GraphDiff<BasicBlock *> GD;
864 const GraphDiff<BasicBlock *> *GD) {

Completed in 63 milliseconds