Lines Matching refs:DestroyLoopCB
1595 function_ref<void(Loop &, StringRef)> DestroyLoopCB) { in deleteDeadBlocksFromLoop() argument
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
3206 DestroyLoopCB); in runOnLoop()