LLVM 20.0.0git
|
#include "llvm/ADT/PostOrderIterator.h"
Public Types | |
using | rpo_iterator = typename VecTy::reverse_iterator |
using | const_rpo_iterator = typename VecTy::const_reverse_iterator |
Public Member Functions | |
ReversePostOrderTraversal (const GraphT &G) | |
rpo_iterator | begin () |
const_rpo_iterator | begin () const |
rpo_iterator | end () |
const_rpo_iterator | end () const |
Definition at line 299 of file PostOrderIterator.h.
using llvm::ReversePostOrderTraversal< GraphT, GT >::const_rpo_iterator = typename VecTy::const_reverse_iterator |
Definition at line 311 of file PostOrderIterator.h.
using llvm::ReversePostOrderTraversal< GraphT, GT >::rpo_iterator = typename VecTy::reverse_iterator |
Definition at line 310 of file PostOrderIterator.h.
|
inline |
Definition at line 313 of file PostOrderIterator.h.
References G.
|
inline |
Definition at line 316 of file PostOrderIterator.h.
References Blocks.
Referenced by llvm::SwiftErrorValueTracking::propagateVRegs(), and rewriteMaterializableInstructions().
|
inline |
Definition at line 317 of file PostOrderIterator.h.
References Blocks.
|
inline |
Definition at line 318 of file PostOrderIterator.h.
References Blocks.
Referenced by llvm::SwiftErrorValueTracking::propagateVRegs(), and rewriteMaterializableInstructions().
|
inline |
Definition at line 319 of file PostOrderIterator.h.
References Blocks.