Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1878 AssumptionCache &AC, function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchNontrivialInvariants() argument
2279 UnswitchCB(IsStillLoop, SibLoops); in unswitchNontrivialInvariants()
2496 function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchBestCondition() argument
2745 ExitBlocks, DT, LI, AC, UnswitchCB, SE, MSSAU); in unswitchBestCondition()
2773 function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchLoop() argument
2787 UnswitchCB(/*CurrentLoopValid*/ true, {}); in unswitchLoop()
2805 if (unswitchBestCondition(L, DT, LI, AC, TTI, UnswitchCB, SE, MSSAU)) in unswitchLoop()
2825 auto UnswitchCB = [&L, &U, &LoopName](bool CurrentLoopValid, in run() local
2845 if (!unswitchLoop(L, AR.DT, AR.LI, AR.AC, AR.TTI, NonTrivial, UnswitchCB, in run()
2910 auto UnswitchCB = [&L, &LPM](bool CurrentLoopValid, in runOnLoop() local
[all …]