Home
last modified time | relevance | path

Searched refs:makeDebugValueSubstitution (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp952 void MachineFunction::makeDebugValueSubstitution(DebugInstrOperandPair A, in makeDebugValueSubstitution() function in MachineFunction
983 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I), in substituteDebugValuesForInst()
H A DTwoAddressInstructionPass.cpp616 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h462 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp421 MF.makeDebugValueSubstitution(std::make_pair(Sub.SrcInst, Sub.SrcOp), in setupDebugValueTracking()