Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DCGPassBuilderOption.h28 struct CGPassBuilderOption { struct
29 std::optional<bool> OptimizeRegAlloc;
30 std::optional<bool> EnableIPRA;
31 bool DebugPM = false;
32 bool DisableVerify = false;
33 bool EnableImplicitNullChecks = false;
34 bool EnableBlockPlacementStats = false;
58 CGPassBuilderOption getCGPassBuilderOption(); argument
DTargetMachine.h451 CodeGenFileType, CGPassBuilderOption, in buildCodeGenPipeline() argument