class po_iterator_storage
Declaration
template <class SetType, bool External>
class po_iterator_storage { /* full declaration omitted */ };
Description
Default po_iterator_storage implementation with an internal set object.
Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:57
Templates
- SetType
- bool External
Method Overview
- public template <typename NodeRef>void finishPostorder(NodeRef BB)
- public template <typename NodeRef>bool insertEdge(Optional<NodeRef> From, NodeRef To)
Methods
¶template <typename NodeRef>
void finishPostorder(NodeRef BB)
template <typename NodeRef>
void finishPostorder(NodeRef BB)
Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:68
Templates
- NodeRef
Parameters
- NodeRef BB
¶template <typename NodeRef>
bool insertEdge(Optional<NodeRef> From,
NodeRef To)
template <typename NodeRef>
bool insertEdge(Optional<NodeRef> From,
NodeRef To)
Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:63
Templates
- NodeRef
Parameters
- Optional<NodeRef> From
- NodeRef To