Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h238 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp191 for (const auto &SCC : make_range(scc_begin(&F), scc_end(&F))) in DataDependenceGraph()
H A DDependenceGraphBuilder.cpp113 for (auto &SCC : make_range(scc_begin(&Graph), scc_end(&Graph))) { in createPiBlocks()