Helper selecting bundle walk direction for forward or reverse iterators.

Synopsis

Declared in <llvm/CodeGen/MachineInstrBundleIterator.h>

template<bool IsReverse>
struct MachineInstrBundleIteratorHelper;

Specializations

Name

Description

MachineInstrBundleIteratorHelper<false>

Forward‐direction helpers for walking instruction bundles.

MachineInstrBundleIteratorHelper<true>

Reverse‐direction helpers for walking instruction bundles.

Created with MrDocs