Lines Matching refs:UnswitchCB
1878 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
2928 bool Changed = unswitchLoop(*L, DT, LI, AC, TTI, NonTrivial, UnswitchCB, SE, in runOnLoop()