Home
last modified time | relevance | path

Searched refs:DependencyGraph (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h223 class DependencyGraph {
235 DependencyGraph(const DependencyGraph &) = delete;
236 DependencyGraph &operator=(const DependencyGraph &) = delete;
252 DependencyGraph(unsigned Size) : Nodes(Size) {} in DependencyGraph() function
290 DependencyGraph DG;
H A DBottleneckAnalysis.cpp144 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()
/freebsd/lib/clang/libclang/
H A DMakefile457 SRCS_MIN+= Frontend/DependencyGraph.cpp