Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
400 void DependencyGraph::dump(raw_ostream &OS, MCInstPrinter &MCIP) const { in dump()
421 void DependencyGraph::addDependency(unsigned From, unsigned To, in addDependency()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCMakeLists.txt21 DependencyGraph.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Frontend/
H A DBUILD.gn30 "DependencyGraph.cpp",