Lines Matching refs:DestroyLoopCB
1621 function_ref<void(Loop &, StringRef)> DestroyLoopCB) { in deleteDeadBlocksFromLoop() argument
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
3256 UnswitchCB, SE, &MSSAU, DestroyLoopCB); in runOnLoop()