LLVM: lib/Target/X86/X86CallFrameOptimization.cpp File Reference (original) (raw)
Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "x86-cf-opt"
◆ INITIALIZE_PASS()
| INITIALIZE_PASS |
( |
X86CallFrameOptimization |
, |
| DEBUG_TYPE |
, |
|
|
| "X86 Call Frame Optimization" |
, |
|
|
| false |
, |
|
|
| false |
) |
|
|
◆ NoX86CFOpt
| cl::opt< bool > NoX86CFOpt("no-x86-call-frame-opt", cl::desc("Avoid optimizing x86 call frames for size"), cl::init(false), cl::Hidden) ( "no-x86-call-frame-opt" , cl::desc("Avoid optimizing x86 call frames for size") , cl::init(false) , cl::Hidden ) |
static |