Home
last modified time | relevance | path

Searched refs:postorder_ref_scc_iterator (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h886 class postorder_ref_scc_iterator
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} in postorder_ref_scc_iterator() function
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator() function
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
945 postorder_ref_scc_iterator postorder_ref_scc_begin() { in postorder_ref_scc_begin()
949 return postorder_ref_scc_iterator(*this); in postorder_ref_scc_begin()
951 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end()
955 return postorder_ref_scc_iterator(*this, in postorder_ref_scc_end()
[all …]