Searched refs:ForcePhi (Results 1 – 2 of 2) sorted by relevance
25 std::optional<bool> ForcePhi; member42 ForcePhi = Force; in setForcePhi()54 return ForcePhi.has_value() && ForcePhi.value(); in getForcePhi()
387 if (UsePHICounter || Opts.ForcePhi) { in Create()509 bool UsePhi = UsePHICounter || Opts.ForcePhi; in InsertIterationSetup()