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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 963 unsigned OldInstrNum = Old.peekDebugInstrNum();
964 if (!OldInstrNum)
983 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I),
TwoAddressInstructionPass.cpp 603 if (auto OldInstrNum = mi->peekDebugInstrNum()) {
616 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx),

Completed in 20 milliseconds