|
LLVM
3.7.0
|
#include "llvm/IR/User.h"Go to the source code of this file.
Classes | |
| struct | llvm::FixedNumOperandTraits< SubClass, ARITY > |
| FixedNumOperandTraits - determine the allocation regime of the Use array when it is a prefix to the User object, and the number of Use objects is known at compile time. More... | |
| struct | llvm::OptionalOperandTraits< SubClass, ARITY > |
| OptionalOperandTraits - when the number of operands may change at runtime. More... | |
| struct | llvm::VariadicOperandTraits< SubClass, MINARITY > |
| VariadicOperandTraits - determine the allocation regime of the Use array when it is a prefix to the User object, and the number of Use objects is only known at allocation time. More... | |
| struct | llvm::HungoffOperandTraits< MINARITY > |
| HungoffOperandTraits - determine the allocation regime of the Use array when it is not a prefix to the User object, but allocated at an unrelated heap address. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DECLARE_TRANSPARENT_OPERAND_ACCESSORS(VALUECLASS) |
| Macro for generating in-class operand accessor declarations. More... | |
| #define | DEFINE_TRANSPARENT_OPERAND_ACCESSORS(CLASS, VALUECLASS) |
| Macro for generating out-of-class operand accessor definitions. More... | |
| #define DECLARE_TRANSPARENT_OPERAND_ACCESSORS | ( | VALUECLASS | ) |
Macro for generating in-class operand accessor declarations.
It should only be called in the public section of the interface.
Definition at line 108 of file OperandTraits.h.
| #define DEFINE_TRANSPARENT_OPERAND_ACCESSORS | ( | CLASS, | |
| VALUECLASS | |||
| ) |
Macro for generating out-of-class operand accessor definitions.
Definition at line 123 of file OperandTraits.h.
1.8.6