Searched refs:DestroyLoopCB (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 1645 DestroyLoopCB(*ChildL, ChildL->getName()); in deleteDeadBlocksFromLoop() 2028 function_ref<void(Loop &, StringRef)> DestroyLoopCB) { in unswitchNontrivialInvariants() argument 2328 deleteDeadBlocksFromLoop(L, ExitBlocks, DT, LI, MSSAU, DestroyLoopCB); in unswitchNontrivialInvariants() 2680 function_ref<void(Loop &, StringRef)> DestroyLoopCB) { in unswitchBestCondition() argument 2968 UnswitchCB, SE, MSSAU, DestroyLoopCB); in unswitchBestCondition() 2999 function_ref<void(Loop &, StringRef)> DestroyLoopCB) { in unswitchLoop() argument 3048 DestroyLoopCB)) in unswitchLoop() 3095 auto DestroyLoopCB = [&U](Loop &L, StringRef Name) { in run() local 3108 DestroyLoopCB)) in run() 3196 auto DestroyLoopCB = [&LPM](Loop &L, StringRef /* Name */) { in runOnLoop() local [all …]
|