Home
last modified time | relevance | path

Searched defs:CGPassBuilderOption (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h30 struct CGPassBuilderOption { struct
31 Optional<bool> OptimizeRegAlloc;
32 Optional<bool> EnableIPRA;
33 bool DebugPM = false;
34 bool DisableVerify = false;
35 bool EnableImplicitNullChecks = false;
36 bool EnableBlockPlacementStats = false;
60 CGPassBuilderOption getCGPassBuilderOption(); argument
H A DTargetMachine.h419 CodeGenFileType, CGPassBuilderOption, in buildCodeGenPipeline() argument