Searched refs:DependencyGraph (Results 1 – 5 of 5) sorted by relevance
222 class DependencyGraph {234 DependencyGraph(const DependencyGraph &) = delete;235 DependencyGraph &operator=(const DependencyGraph &) = delete;250 DependencyGraph(unsigned Size) : Nodes(Size) {} in DependencyGraph() function288 DependencyGraph DG;
146 void DependencyGraph::dumpDependencyEdge(raw_ostream &OS, in dumpDependencyEdge()171 void DependencyGraph::pruneEdges(unsigned Iterations) { in pruneEdges()194 void DependencyGraph::initializeRootSet( in initializeRootSet()203 void DependencyGraph::propagateThroughEdges( in propagateThroughEdges()263 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()
18 DependencyGraph.cpp \
21 DependencyGraph.cpp
30 "DependencyGraph.cpp",