Searched refs:AllowMemorySSA (Results 1 – 2 of 2) sorted by relevance
82 std::optional<bool> AllowMemorySSA; member117 AllowMemorySSA = MemSSA; in setMemorySSA()
878 return Options.AllowMemorySSA.value_or(GVNEnableMemorySSA); in isMemorySSAEnabled()928 if (Options.AllowMemorySSA != std::nullopt) in printPipeline()929 OS << (*Options.AllowMemorySSA ? "" : "no-") << "memoryssa"; in printPipeline()