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.h878 class postorder_ref_scc_iterator
879 : public iterator_facade_base<postorder_ref_scc_iterator,
891 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) { in postorder_ref_scc_iterator() function
896 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} in postorder_ref_scc_iterator() function
920 bool operator==(const postorder_ref_scc_iterator &Arg) const {
927 postorder_ref_scc_iterator &operator++() {
958 postorder_ref_scc_iterator postorder_ref_scc_begin() { in postorder_ref_scc_begin()
962 return postorder_ref_scc_iterator(*this); in postorder_ref_scc_begin()
964 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end()
968 return postorder_ref_scc_iterator(*this, in postorder_ref_scc_end()
[all …]