Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h222 class DependencyGraph {
234 DependencyGraph(const DependencyGraph &) = delete;
235 DependencyGraph &operator=(const DependencyGraph &) = delete;
250 DependencyGraph(unsigned Size) : Nodes(Size) {} in DependencyGraph() function
288 DependencyGraph DG;
H A DBottleneckAnalysis.cpp146 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()
/netbsd-src/external/apache2/llvm/lib/libclangFrontend/
H A DMakefile18 DependencyGraph.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCMakeLists.txt21 DependencyGraph.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Frontend/
H A DBUILD.gn30 "DependencyGraph.cpp",