Home
last modified time | relevance | path

Searched refs:substituteDebugValuesForInst (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp453 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in optTwoAddrLEA()
489 MBB.getParent()->substituteDebugValuesForInst(*MBI, *NewMI, 1); in seekLEAFixup()
543 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstructionForSlowLEA()
650 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA()
676 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA()
699 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h472 void substituteDebugValuesForInst(const MachineInstr &Old, MachineInstr &New,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp959 void MachineFunction::substituteDebugValuesForInst(const MachineInstr &Old, in substituteDebugValuesForInst() function in MachineFunction