HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceMachineInstrInMaps (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 258 void ReplaceMachineInstrInMaps(MachineInstr *MI, MachineInstr *NewMI) {
259 Indexes->replaceMachineInstrInMaps(MI, NewMI);
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 215 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI);
RegisterCoalescer.cpp 650 LIS->ReplaceMachineInstrInMaps(DefMI, NewMI);
806 LIS->ReplaceMachineInstrInMaps(CopyMI, NewMI);
    [all...]
InlineSpiller.cpp     [all...]
TwoAddressInstructionPass.cpp 636 LIS->ReplaceMachineInstrInMaps(mi, NewMI);
    [all...]

Completed in 40 milliseconds