Searched defs:CGPassBuilderOption (Results 1 – 2 of 2) sorted by relevance
28 struct CGPassBuilderOption { struct29 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
451 CodeGenFileType, CGPassBuilderOption, in buildCodeGenPipeline() argument