Searched refs:DestroyLoopCB (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 1671 DestroyLoopCB(*ChildL, ChildL->getName()); in deleteDeadBlocksFromLoop() 2054 function_ref<void(Loop &, StringRef)> DestroyLoopCB) { in unswitchNontrivialInvariants() argument 2375 deleteDeadBlocksFromLoop(L, ExitBlocks, DT, LI, MSSAU, DestroyLoopCB); in unswitchNontrivialInvariants() 2730 function_ref<void(Loop &, StringRef)> DestroyLoopCB) { in unswitchBestCondition() argument 3016 UnswitchCB, SE, MSSAU, DestroyLoopCB); in unswitchBestCondition() 3047 function_ref<void(Loop &, StringRef)> DestroyLoopCB) { in unswitchLoop() argument 3096 DestroyLoopCB)) in unswitchLoop() 3143 auto DestroyLoopCB = [&U](Loop &L, StringRef Name) { in run() local 3155 DestroyLoopCB)) in run() 3248 auto DestroyLoopCB = [&LPM](Loop &L, StringRef /* Name */) { in runOnLoop() local [all …]
|