|
LLVM
4.0.0
|
#include <MachineInstrBundleIterator.h>
Static Public Member Functions | |
| template<class Iterator > | |
| static Iterator | getBundleBegin (Iterator I) |
| Get the beginning of the current bundle. More... | |
| template<class Iterator > | |
| static Iterator | getBundleFinal (Iterator I) |
| Get the final node of the current bundle. More... | |
| template<class Iterator > | |
| static void | increment (Iterator &I) |
| Increment forward ilist iterator. More... | |
| template<class Iterator > | |
| static void | decrement (Iterator &I) |
| Decrement forward ilist iterator. More... | |
Definition at line 49 of file MachineInstrBundleIterator.h.
|
inlinestatic |
Decrement forward ilist iterator.
Definition at line 72 of file MachineInstrBundleIterator.h.
|
inlinestatic |
Get the beginning of the current bundle.
Definition at line 51 of file MachineInstrBundleIterator.h.
References I.
|
inlinestatic |
Get the final node of the current bundle.
Definition at line 59 of file MachineInstrBundleIterator.h.
References I.
|
inlinestatic |
Increment forward ilist iterator.
Definition at line 67 of file MachineInstrBundleIterator.h.
1.8.6