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...
◆ DEBUG_TYPE
| #define DEBUG_TYPE "func-properties-stats" |
◆ DETAILED_FUNCTION_PROPERTY [1/4]
| #define DETAILED_FUNCTION_PROPERTY |
( |
| Name, |
|
|
| Description ) |
Value:
Description " (before optimizations)"); \
STATISTIC(Num##Name, Description);
#define STATISTIC(VARNAME, DESC)
Definition at line 36 of file FunctionPropertiesAnalysis.cpp.
◆ DETAILED_FUNCTION_PROPERTY [2/4]
| #define DETAILED_FUNCTION_PROPERTY |
( |
| Name, |
|
|
| Description ) |
Value:
OS << #Name ": " << Name << "\n"; \
}
LLVM_ABI cl::opt< bool > EnableDetailedFunctionProperties("enable-detailed-function-properties", cl::Hidden, cl::init(false), cl::desc("Whether or not to compute detailed function properties."))
Definition at line 36 of file FunctionPropertiesAnalysis.cpp.
◆ DETAILED_FUNCTION_PROPERTY [3/4]
| #define DETAILED_FUNCTION_PROPERTY |
( |
| Name, |
|
|
| Description ) |
◆ DETAILED_FUNCTION_PROPERTY [4/4]
| #define DETAILED_FUNCTION_PROPERTY |
( |
| Name, |
|
|
| Description ) |
◆ FUNCTION_PROPERTY [1/4]
| #define FUNCTION_PROPERTY |
( |
| Name, |
|
|
| Description ) |
◆ FUNCTION_PROPERTY [2/4]
| #define FUNCTION_PROPERTY |
( |
| Name, |
|
|
| Description ) |
◆ FUNCTION_PROPERTY [3/4]
| #define FUNCTION_PROPERTY |
( |
| Name, |
|
|
| Description ) |
◆ FUNCTION_PROPERTY [4/4]
| #define FUNCTION_PROPERTY |
( |
| Name, |
|
|
| Description ) |
◆ CallWithManyArgumentsThreshold