HomeSort by: relevance | last modified time | path
    Searched defs:LazyCallGraph (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyCallGraph.cpp 1 //===- LazyCallGraph.cpp - Analysis of a Module's call graph --------------===//
9 #include "llvm/Analysis/LazyCallGraph.h"
43 void LazyCallGraph::EdgeSequence::insertEdgeInternal(Node &TargetN,
49 void LazyCallGraph::EdgeSequence::setEdgeKind(Node &TargetN, Edge::Kind EK) {
53 bool LazyCallGraph::EdgeSequence::removeEdgeInternal(Node &TargetN) {
63 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges,
64 DenseMap<LazyCallGraph::Node *, int> &EdgeIndexMap,
65 LazyCallGraph::Node &N, LazyCallGraph::Edge::Kind EK) {
70 Edges.emplace_back(LazyCallGraph::Edge(N, EK))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyCallGraph.h 1 //===- LazyCallGraph.h - Analysis of a Module's call graph ------*- C++ -*-===//
30 /// see the documentation of the \c LazyCallGraph below.
109 /// FIXME: This class is named LazyCallGraph in a lame attempt to distinguish
112 class LazyCallGraph {
166 friend class LazyCallGraph::EdgeSequence;
167 friend class LazyCallGraph::RefSCC;
185 friend class LazyCallGraph;
186 friend class LazyCallGraph::Node;
187 friend class LazyCallGraph::RefSCC;
197 friend class LazyCallGraph;
    [all...]

Completed in 15 milliseconds