struct ipo_iterator

Declaration

template <class T,
          class SetType = std::set<typename GraphTraits<T>::NodeRef>,
          bool External = false>
struct ipo_iterator { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:218

Templates

T
SetType = std::set<typename GraphTraits<T>::NodeRef>
bool External = false

Method Overview

Methods

ΒΆipo_iterator<T, SetType, External>(
    const po_iterator<Inverse<T>,
                      SetType,
                      External>& V)

Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:219

Parameters

const po_iterator<Inverse<T>, SetType, External>& V