Lines Matching refs:LIS
88 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
89 T(MF, LIS); in runOnMachineFunction()
121 static void testHandleMove(MachineFunction &MF, LiveIntervals &LIS, in testHandleMove() argument
128 LIS.handleMove(FromInstr, true); in testHandleMove()
136 static void testHandleMoveIntoNewBundle(MachineFunction &MF, LiveIntervals &LIS, in testHandleMoveIntoNewBundle() argument
149 LIS.handleMoveIntoNewBundle(*BundleStart, true); in testHandleMoveIntoNewBundle()
193 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
194 testHandleMove(MF, LIS, 2, 1); in TEST()
204 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
205 testHandleMove(MF, LIS, 2, 1); in TEST()
215 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
216 testHandleMove(MF, LIS, 2, 1); in TEST()
226 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
227 testHandleMove(MF, LIS, 2, 1); in TEST()
236 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
237 testHandleMove(MF, LIS, 2, 1); in TEST()
247 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
248 testHandleMove(MF, LIS, 2, 1); in TEST()
262 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
263 testHandleMove(MF, LIS, 1, 2); in TEST()
273 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
274 testHandleMove(MF, LIS, 1, 2); in TEST()
284 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
285 testHandleMove(MF, LIS, 1, 2); in TEST()
295 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
296 testHandleMove(MF, LIS, 1, 2); in TEST()
305 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
306 testHandleMove(MF, LIS, 1, 2); in TEST()
316 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
317 testHandleMove(MF, LIS, 1, 2); in TEST()
327 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
328 testHandleMove(MF, LIS, 1, 3); in TEST()
349 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
350 testHandleMove(MF, LIS, 2, 0, 2); in TEST()
361 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
362 testHandleMove(MF, LIS, 3, 1); in TEST()
373 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
374 testHandleMove(MF, LIS, 3, 1); in TEST()
395 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
399 testHandleMove(MF, LIS, 1, 4, /*BlockNum=*/1); in TEST()
416 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
417 testHandleMove(MF, LIS, 1, 0); in TEST()
441 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
442 testHandleMove(MF, LIS, 15, 12); in TEST()
456 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
457 testHandleMove(MF, LIS, 4, 3); in TEST()
473 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
477 testHandleMove(MF, LIS, 3, 1, 1); in TEST()
494 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
498 testHandleMove(MF, LIS, 4, 1, 1); in TEST()
514 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
517 testHandleMove(MF, LIS, 4, 3, 1); in TEST()
518 testHandleMove(MF, LIS, 1, 4, 1); in TEST()
528 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
529 testHandleMoveIntoNewBundle(MF, LIS, 1, 2); in TEST()
539 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
540 testHandleMoveIntoNewBundle(MF, LIS, 0, 1); in TEST()
550 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
551 testHandleMoveIntoNewBundle(MF, LIS, 1, 2); in TEST()
561 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
562 testHandleMoveIntoNewBundle(MF, LIS, 0, 2); in TEST()
572 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
573 testHandleMoveIntoNewBundle(MF, LIS, 1, 2); in TEST()
589 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
590 testHandleMoveIntoNewBundle(MF, LIS, 0, 1, 1); in TEST()
606 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST() argument
607 testHandleMoveIntoNewBundle(MF, LIS, 0, 1, 0); in TEST()