Home
last modified time | relevance | path

Searched refs:AllowPRE (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h75 std::optional<bool> AllowPRE; member
85 AllowPRE = PRE; in setPRE()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp796 return Options.AllowPRE.value_or(GVNEnablePRE); in isPREEnabled()
849 if (Options.AllowPRE != std::nullopt) in printPipeline()
850 OS << (*Options.AllowPRE ? "" : "no-") << "pre;"; in printPipeline()