Searched defs:CGPassBuilderOption (Results 1 – 2 of 2) sorted by relevance
27 struct CGPassBuilderOption { struct28 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 …]
462 buildCodeGenPipeline(ModulePassManager &,MachineFunctionPassManager &,MachineFunctionAnalysisManager &,raw_pwrite_stream &,raw_pwrite_stream *,CodeGenFileType,CGPassBuilderOption,PassInstrumentationCallbacks *) buildCodeGenPipeline() argument