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