Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSCCIterator.h229 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
239 template <class T> scc_iterator<Inverse<T> > scc_end(const Inverse<T> &G) { in scc_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSCCIterator.h233 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSCCIterator.h237 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSCCIterator.h238 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSCCIterator.h238 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSCCIterator.h238 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSCCIterator.h238 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
H A Dresource_alias_analysis.cc166 auto scc_end = llvm::scc_end(&call_graph); in BacktrackAnalysis() local