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 295 of file PostOrderIterator.h.
using llvm::ReversePostOrderTraversal< GraphT, GT >::const_rpo_iterator = typename VecTy::const_reverse_iterator |
Definition at line 307 of file PostOrderIterator.h.
using llvm::ReversePostOrderTraversal< GraphT, GT >::rpo_iterator = typename VecTy::reverse_iterator |
Definition at line 306 of file PostOrderIterator.h.
|
inline |
Definition at line 309 of file PostOrderIterator.h.
References G.
|
inline |
Definition at line 312 of file PostOrderIterator.h.
References Blocks.
Referenced by llvm::SwiftErrorValueTracking::propagateVRegs(), and rewriteMaterializableInstructions().
|
inline |
Definition at line 313 of file PostOrderIterator.h.
References Blocks.
|
inline |
Definition at line 314 of file PostOrderIterator.h.
References Blocks.
Referenced by llvm::SwiftErrorValueTracking::propagateVRegs(), and rewriteMaterializableInstructions().
|
inline |
Definition at line 315 of file PostOrderIterator.h.
References Blocks.