Searched refs:InsMI2 (Results 1 – 1 of 1) sorted by relevance
1180 MachineInstr *InsMI2 = nullptr; in convertToThreeAddressWithLEA() local1232 InsMI2 = BuildMI(MBB, &*MIB, MI.getDebugLoc(), get(TargetOpcode::COPY)) in convertToThreeAddressWithLEA()1237 if (LV && IsKill2 && InsMI2) in convertToThreeAddressWithLEA()1238 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()1267 if (InsMI2) in convertToThreeAddressWithLEA()1268 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()1282 if (InsMI2) { in convertToThreeAddressWithLEA()