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