Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
◆ COUNT_OPERAND
#define COUNT_OPERAND |
( |
| OPTYPE | ) |
|
Value:
OPTYPE##OperandCount += Direction; \
continue; \
}
bool isa(const From &Val)
isa<X> - Return true if the parameter to the template is an instance of one of the template type argu...
◆ PRINT_PROPERTY
#define PRINT_PROPERTY |
( |
| PROP_NAME | ) |
|
◆ CallWithManyArgumentsThreshold
cl::opt< unsigned > CallWithManyArgumentsThreshold("call-with-many-arguments-threshold", cl::Hidden, cl::init(4), cl::desc("The minimum number of arguments a function call must have before " "it is considered having many arguments.")) |
( |
"call-with-many-arguments-threshold" | , |
|
|
cl::Hidden | , |
|
|
cl::init(4) | , |
|
|
cl::desc("The minimum number of arguments a function call must have before " "it is considered having many arguments.") | ) |
|
static |