Searched refs:propagateThroughEdges (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h241 void propagateThroughEdges(SmallVectorImpl<unsigned> &RootSet, unsigned Iterations);
271 propagateThroughEdges(RootSet, Iterations);
H A DBottleneckAnalysis.cpp204 void DependencyGraph::propagateThroughEdges(
267 // been propagated through the edges (see method `propagateThroughEdges()`).
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp362 bool propagateThroughEdges(Function &F, bool UpdateBlockCount);
1276 bool SampleProfileLoader::propagateThroughEdges(Function &F, function in class:SampleProfileLoader
1505 Changed = propagateThroughEdges(F, false);
1514 Changed = propagateThroughEdges(F, false);
1521 Changed = propagateThroughEdges(F, true);

Completed in 136 milliseconds