Searched refs:CurrentLoopValid (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 2140 bool CurrentLoopValid, bool PartiallyInvariant, in postUnswitch() 2148 if (CurrentLoopValid) { in postUnswitch() 3604 /*CurrentLoopValid*/ true, /*PartiallyInvariant*/ false, in unswitchLoop() 2139 postUnswitch(Loop & L,LPMUpdater & U,StringRef LoopName,bool CurrentLoopValid,bool PartiallyInvariant,bool InjectedCondition,ArrayRef<Loop * > NewLoops) postUnswitch() argument
|