|
LLVM
8.0.1
|
#include "llvm/Transforms/Scalar/Reassociate.h"

Public Member Functions | |
| ValueEntry (unsigned R, Value *O) | |
Public Attributes | |
| unsigned | Rank |
| Value * | Op |
Definition at line 47 of file Reassociate.h.
Definition at line 51 of file Reassociate.h.
| Value* llvm::reassociate::ValueEntry::Op |
Definition at line 49 of file Reassociate.h.
Referenced by buildMultiplyTree(), and createAndInstr().
| unsigned llvm::reassociate::ValueEntry::Rank |
Definition at line 48 of file Reassociate.h.
Referenced by llvm::reassociate::operator<().
1.8.13