Home
last modified time | relevance | path

Searched refs:ReplaceMachineInstrInMaps (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h256 void ReplaceMachineInstrInMaps(MachineInstr *MI, MachineInstr *NewMI) { in ReplaceMachineInstrInMaps() function
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp213 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI); in foldAsLoad()
DRegisterCoalescer.cpp704 LIS->ReplaceMachineInstrInMaps(DefMI, NewMI); in removeCopyByCommutingDef()
932 LIS->ReplaceMachineInstrInMaps(CopyMI, NewMI); in reMaterializeTrivialDef()
DInlineSpiller.cpp1149 LIS.ReplaceMachineInstrInMaps(MI, FoldMI); in foldMemoryOperand()
DTwoAddressInstructionPass.cpp711 LIS->ReplaceMachineInstrInMaps(mi, NewMI); in convertInstTo3Addr()