Searched defs:postorder_ref_scc_iterator (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DLazyCallGraph.h886 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
944 postorder_ref_scc_iterator postorder_ref_scc_begin() {
948 return postorder_ref_scc_iterator(*this);
950 postorder_ref_scc_iterator postorder_ref_scc_end() {
954 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DLazyCallGraph.h886 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
944 postorder_ref_scc_iterator postorder_ref_scc_begin() {
948 return postorder_ref_scc_iterator(*this);
950 postorder_ref_scc_iterator postorder_ref_scc_end() {
954 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DLazyCallGraph.h886 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
944 postorder_ref_scc_iterator postorder_ref_scc_begin() {
948 return postorder_ref_scc_iterator(*this);
950 postorder_ref_scc_iterator postorder_ref_scc_end() {
954 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DLazyCallGraph.h886 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
944 postorder_ref_scc_iterator postorder_ref_scc_begin() {
948 return postorder_ref_scc_iterator(*this);
950 postorder_ref_scc_iterator postorder_ref_scc_end() {
954 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DLazyCallGraph.h886 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
944 postorder_ref_scc_iterator postorder_ref_scc_begin() {
948 return postorder_ref_scc_iterator(*this);
950 postorder_ref_scc_iterator postorder_ref_scc_end() {
954 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DLazyCallGraph.h886 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
944 postorder_ref_scc_iterator postorder_ref_scc_begin() {
948 return postorder_ref_scc_iterator(*this);
950 postorder_ref_scc_iterator postorder_ref_scc_end() {
954 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DLazyCallGraph.h886 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
944 postorder_ref_scc_iterator postorder_ref_scc_begin() {
948 return postorder_ref_scc_iterator(*this);
950 postorder_ref_scc_iterator postorder_ref_scc_end() {
954 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DLazyCallGraph.h886 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
887 : public iterator_facade_base<postorder_ref_scc_iterator,
899 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
902 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) : G(&G) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
915 bool operator==(const postorder_ref_scc_iterator &Arg) const {
922 postorder_ref_scc_iterator &operator++() {
944 postorder_ref_scc_iterator postorder_ref_scc_begin() {
948 return postorder_ref_scc_iterator(*this);
950 postorder_ref_scc_iterator postorder_ref_scc_end() {
954 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h856 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
857 : public iterator_facade_base<postorder_ref_scc_iterator,
869 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
872 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
886 bool operator==(const postorder_ref_scc_iterator &Arg) const {
893 postorder_ref_scc_iterator &operator++() {
915 postorder_ref_scc_iterator postorder_ref_scc_begin() {
919 return postorder_ref_scc_iterator(*this);
921 postorder_ref_scc_iterator postorder_ref_scc_end() {
925 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DLazyCallGraph.h856 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
857 : public iterator_facade_base<postorder_ref_scc_iterator,
869 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
872 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
886 bool operator==(const postorder_ref_scc_iterator &Arg) const {
893 postorder_ref_scc_iterator &operator++() {
915 postorder_ref_scc_iterator postorder_ref_scc_begin() {
919 return postorder_ref_scc_iterator(*this);
921 postorder_ref_scc_iterator postorder_ref_scc_end() {
925 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DLazyCallGraph.h856 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
857 : public iterator_facade_base<postorder_ref_scc_iterator,
869 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
872 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
886 bool operator==(const postorder_ref_scc_iterator &Arg) const {
893 postorder_ref_scc_iterator &operator++() {
915 postorder_ref_scc_iterator postorder_ref_scc_begin() {
919 return postorder_ref_scc_iterator(*this);
921 postorder_ref_scc_iterator postorder_ref_scc_end() {
925 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h856 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
857 : public iterator_facade_base<postorder_ref_scc_iterator,
869 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
872 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
886 bool operator==(const postorder_ref_scc_iterator &Arg) const {
893 postorder_ref_scc_iterator &operator++() {
915 postorder_ref_scc_iterator postorder_ref_scc_begin() {
919 return postorder_ref_scc_iterator(*this);
921 postorder_ref_scc_iterator postorder_ref_scc_end() {
925 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DLazyCallGraph.h856 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
857 : public iterator_facade_base<postorder_ref_scc_iterator,
869 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
872 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
886 bool operator==(const postorder_ref_scc_iterator &Arg) const {
893 postorder_ref_scc_iterator &operator++() {
915 postorder_ref_scc_iterator postorder_ref_scc_begin() {
919 return postorder_ref_scc_iterator(*this);
921 postorder_ref_scc_iterator postorder_ref_scc_end() {
925 return postorder_ref_scc_iterator(*thi
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DLazyCallGraph.h856 class postorder_ref_scc_iterator class in class:llvm::LazyCallGraph::Edge
857 : public iterator_facade_base<postorder_ref_scc_iterator,
869 postorder_ref_scc_iterator(LazyCallGraph &G) : G(&G), RC(getRC(G, 0)) {} function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
872 postorder_ref_scc_iterator(LazyCallGraph &G, IsAtEndT /*Nonce*/) function in class:llvm::LazyCallGraph::Edge::postorder_ref_scc_iterator
886 bool operator==(const postorder_ref_scc_iterator &Arg) const {
893 postorder_ref_scc_iterator &operator++() {
915 postorder_ref_scc_iterator postorder_ref_scc_begin() {
919 return postorder_ref_scc_iterator(*this);
921 postorder_ref_scc_iterator postorder_ref_scc_end() {
925 return postorder_ref_scc_iterator(*thi
[all...]

Completed in 185 milliseconds