Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1967 AssumptionCache &AC, function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchNontrivialInvariants() argument
2388 UnswitchCB(IsStillLoop, SibLoops); in unswitchNontrivialInvariants()
2606 function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchBestCondition() argument
2867 ExitBlocks, DT, LI, AC, UnswitchCB, SE, MSSAU); in unswitchBestCondition()
2895 function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchLoop() argument
2908 UnswitchCB(/*CurrentLoopValid*/ true, {}); in unswitchLoop()
2944 if (unswitchBestCondition(L, DT, LI, AC, TTI, UnswitchCB, SE, MSSAU)) in unswitchLoop()
2964 auto UnswitchCB = [&L, &U, &LoopName](bool CurrentLoopValid, in run() local
2984 if (!unswitchLoop(L, AR.DT, AR.LI, AR.AC, AR.TTI, NonTrivial, UnswitchCB, in run()
3053 auto UnswitchCB = [&L, &LPM](bool CurrentLoopValid, in runOnLoop() local
[all …]