Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h879 class postorder_ref_scc_iterator
880 : public iterator_facade_base<postorder_ref_scc_iterator,
892 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) { in postorder_ref_scc_iterator() function
897 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator() function
921 bool operator==(const postorder_ref_scc_iterator &Arg) const {
928 postorder_ref_scc_iterator &operator++() {
959 postorder_ref_scc_iterator postorder_ref_scc_begin() { in postorder_ref_scc_begin()
963 return postorder_ref_scc_iterator(*this); in postorder_ref_scc_begin()
965 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end()
969 return postorder_ref_scc_iterator(*this, in postorder_ref_scc_end()
[all …]