Searched refs:InsMI2 (Results 1 – 1 of 1) sorted by relevance
1274 MachineInstr *InsMI2 = nullptr; in convertToThreeAddressWithLEA() local1325 InsMI2 = BuildMI(MBB, &*MIB, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA()1330 if (LV && IsKill2 && InsMI2) in convertToThreeAddressWithLEA()1331 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()1360 if (InsMI2) in convertToThreeAddressWithLEA()1361 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()1375 if (InsMI2) { in convertToThreeAddressWithLEA()