Home
last modified time | relevance | path

Searched defs:scc_begin (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSCCIterator.h199 scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
209 scc_iterator<Inverse<T> > scc_begin(const Inverse<T> &G) { in scc_begin() function
/external/llvm/include/llvm/ADT/
DSCCIterator.h224 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
234 template <class T> scc_iterator<Inverse<T> > scc_begin(const Inverse<T> &G) { in scc_begin() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSCCIterator.h226 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function