|
LLVM
3.7.0
|
Structure to hold a use-list order. More...
#include <UseListOrder.h>
Public Member Functions | |
| UseListOrder (const Value *V, const Function *F, size_t ShuffleSize) | |
| UseListOrder () | |
| UseListOrder (UseListOrder &&X) | |
| UseListOrder & | operator= (UseListOrder &&X) |
Public Attributes | |
| const Value * | V |
| const Function * | F |
| std::vector< unsigned > | Shuffle |
Structure to hold a use-list order.
Definition at line 29 of file UseListOrder.h.
Definition at line 34 of file UseListOrder.h.
|
inline |
Definition at line 37 of file UseListOrder.h.
|
inline |
Definition at line 38 of file UseListOrder.h.
|
inline |
Definition at line 31 of file UseListOrder.h.
Referenced by operator=().
| std::vector<unsigned> llvm::UseListOrder::Shuffle |
Definition at line 32 of file UseListOrder.h.
Referenced by operator=().
Definition at line 30 of file UseListOrder.h.
Referenced by operator=().
1.8.6