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:214
Templates
- T
- SetType = std::set<typename GraphTraits<T>::NodeRef>
- bool External = false
Method Overview
- public ipo_iterator<T, SetType, External>(const po_iterator<Inverse<T>, SetType, External> & V)
Methods
ΒΆipo_iterator<T, SetType, External>(
const po_iterator<Inverse<T>,
SetType,
External>& V)
ipo_iterator<T, SetType, External>(
const po_iterator<Inverse<T>,
SetType,
External>& V)
Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:215
Parameters
- const po_iterator<Inverse<T>, SetType, External>& V