HomeSort by: relevance | last modified time | path
    Searched refs:makeDebugValueSubstitution (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 952 void MachineFunction::makeDebugValueSubstitution(DebugInstrOperandPair A,
983 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I),
TwoAddressInstructionPass.cpp 616 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx),
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 462 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 421 MF.makeDebugValueSubstitution(std::make_pair(Sub.SrcInst, Sub.SrcOp),

Completed in 94 milliseconds