Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/ADT/
DSCCIterator.h228 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/external/llvm-project/llvm/include/llvm/ADT/
DSCCIterator.h228 template <class T> scc_iterator<T> scc_begin(const T &G) { in scc_begin() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dresource_alias_analysis.cc159 auto scc_begin = llvm::scc_begin(&call_graph); in BacktrackAnalysis() local