Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSCCIterator.h228 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSCCIterator.h232 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSCCIterator.h233 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSCCIterator.h233 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSCCIterator.h233 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSCCIterator.h233 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
H A Dresource_alias_analysis.cc165 auto scc_begin = llvm::scc_begin(&call_graph); in BacktrackAnalysis() local