Searched defs:UnswitchCB (Results 1 – 1 of 1) sorted by relevance
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| D | SimpleLoopUnswitch.cpp | 1788 function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchNontrivialInvariants() 2177 function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchBestCondition() 2397 function_ref<void(bool, ArrayRef<Loop *>)> UnswitchCB, in unswitchLoop() 2449 auto UnswitchCB = [&L, &U, &LoopName](bool CurrentLoopValid, in run() local 2515 auto UnswitchCB = [&L, &LPM](bool CurrentLoopValid, in runOnLoop() local
|