Searched defs:UnswitchCB (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 2080 function_ref<void(bool, bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchNontrivialInvariants() 3039 function_ref<void(bool, bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchBestCondition() 3108 function_ref<void(bool, bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchLoop() 3192 auto UnswitchCB = [&L, &U, &LoopName](bool CurrentLoopValid, in run() local 3304 auto UnswitchCB = [&L, &LPM](bool CurrentLoopValid, bool PartiallyInvariant, in runOnLoop() local
|