Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h27 struct CGPassBuilderOption { struct
28 std::optional<bool> OptimizeRegAlloc;
29 std::optional<bool> EnableIPRA;
30 bool DebugPM = false;
31 bool DisableVerify = false;
32 bool EnableImplicitNullChecks = false;
33 bool EnableBlockPlacementStats = false;
34 bool EnableMachineFunctionSplitter = false;
35 bool MISchedPostRA = false;
36 bool EarlyLiveIntervals = false;
[all …]
H A DTargetMachine.h462 buildCodeGenPipeline(ModulePassManager &,MachineFunctionPassManager &,MachineFunctionAnalysisManager &,raw_pwrite_stream &,raw_pwrite_stream *,CodeGenFileType,CGPassBuilderOption,PassInstrumentationCallbacks *) buildCodeGenPipeline() argument