Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
|
iterator_range< df_iterator< VPBlockShallowTraversalWrapper< VPBlockBase * > > > | llvm::vp_depth_first_shallow (VPBlockBase *G) |
| Returns an iterator range to traverse the graph starting at G in depth-first order.
|
|
iterator_range< df_iterator< VPBlockShallowTraversalWrapper< const VPBlockBase * > > > | llvm::vp_depth_first_shallow (const VPBlockBase *G) |
|
iterator_range< df_iterator< VPBlockDeepTraversalWrapper< VPBlockBase * > > > | llvm::vp_depth_first_deep (VPBlockBase *G) |
| Returns an iterator range to traverse the graph starting at G in depth-first order while traversing through region blocks.
|
|
iterator_range< df_iterator< VPBlockDeepTraversalWrapper< const VPBlockBase * > > > | llvm::vp_depth_first_deep (const VPBlockBase *G) |
|