Searched refs:AllowPRE (Results 1 – 2 of 2) sorted by relevance
75 std::optional<bool> AllowPRE; member85 AllowPRE = PRE; in setPRE()
796 return Options.AllowPRE.value_or(GVNEnablePRE); in isPREEnabled()849 if (Options.AllowPRE != std::nullopt) in printPipeline()850 OS << (*Options.AllowPRE ? "" : "no-") << "pre;"; in printPipeline()