Searched refs:DependencyGraph (Results 1 – 3 of 3) sorted by relevance
223 class DependencyGraph {235 DependencyGraph(const DependencyGraph &) = delete;236 DependencyGraph &operator=(const DependencyGraph &) = delete;252 DependencyGraph(unsigned Size) : Nodes(Size) {} in DependencyGraph() function290 DependencyGraph DG;
144 void DependencyGraph::dumpDependencyEdge(raw_ostream &OS, in dumpDependencyEdge()169 void DependencyGraph::pruneEdges(unsigned Iterations) { in pruneEdges()192 void DependencyGraph::initializeRootSet( in initializeRootSet()201 void DependencyGraph::propagateThroughEdges(SmallVectorImpl<unsigned> &RootSet, in propagateThroughEdges()261 void DependencyGraph::getCriticalSequence( in getCriticalSequence()401 void DependencyGraph::dump(raw_ostream &OS, MCInstPrinter &MCIP) const { in dump()422 void DependencyGraph::addDependency(unsigned From, unsigned To, in addDependency()
457 SRCS_MIN+= Frontend/DependencyGraph.cpp