Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2140 bool CurrentLoopValid, bool PartiallyInvariant, in postUnswitch()
2149 if (PartiallyInvariant) { in postUnswitch()
2194 bool PartiallyInvariant = !PartialIVInfo.InstToDuplicate.empty(); in unswitchNontrivialInvariants()
2197 !PartiallyInvariant); in unswitchNontrivialInvariants()
2220 PartiallyInvariant) && in unswitchNontrivialInvariants()
2225 (PartiallyInvariant && !PartialIVInfo.KnownValue->isOneValue())) { in unswitchNontrivialInvariants()
2466 if (PartiallyInvariant) in unswitchNontrivialInvariants()
2526 if (BI && !PartiallyInvariant) { in unswitchNontrivialInvariants()
2545 FullUnswitch || (Invariants.size() == 1) || PartiallyInvariant; in unswitchNontrivialInvariants()
2643 postUnswitch(L, LoopUpdater, LoopName, IsStillLoop, PartiallyInvariant, in unswitchNontrivialInvariants()
2139 postUnswitch(Loop & L,LPMUpdater & U,StringRef LoopName,bool CurrentLoopValid,bool PartiallyInvariant,bool InjectedCondition,ArrayRef<Loop * > NewLoops) postUnswitch() argument
2193 bool PartiallyInvariant = !PartialIVInfo.InstToDuplicate.empty(); unswitchNontrivialInvariants() local
[all...]