Searched refs:NewSrcInstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp505 MachineInstr *NewSrcInstr = nullptr; local
511 NewSrcInstr = BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(),
522 NewSrcInstr = TII->createPHISourceCopy(opBlock, InsertPos, nullptr,
571 KillInst = NewSrcInstr;
585 if (NewSrcInstr) {
586 LIS->InsertMachineInstrInMaps(*NewSrcInstr);
587 LIS->addSegmentToEndOfBlock(IncomingReg, *NewSrcInstr);

Completed in 113 milliseconds