Searched defs:scc_end (Results 1 – 8 of 8) sorted by relevance
229 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function239 template <class T> scc_iterator<Inverse<T> > scc_end(const Inverse<T> &G) { in scc_end() function
233 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
237 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
238 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
166 auto scc_end = llvm::scc_end(&call_graph); in BacktrackAnalysis() local