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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPHIElimination.cpp381 MachineInstr *NewSrcInstr = 0; local
387 NewSrcInstr = BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(),
396 NewSrcInstr = BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(),
461 if (NewSrcInstr) {
462 LIS->InsertMachineInstrInMaps(NewSrcInstr);
463 LIS->addSegmentToEndOfBlock(IncomingReg, NewSrcInstr);

Completed in 47 milliseconds