Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSCCIterator.h237 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
/openbsd-src/gnu/llvm/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()