Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h259 void ReplaceMachineInstrInMaps(MachineInstr *MI, MachineInstr *NewMI) { in ReplaceMachineInstrInMaps() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp213 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI); in foldAsLoad()
H A DRegisterCoalescer.cpp691 LIS->ReplaceMachineInstrInMaps(DefMI, NewMI); in removeCopyByCommutingDef()
914 LIS->ReplaceMachineInstrInMaps(CopyMI, NewMI); in reMaterializeTrivialDef()
H A DInlineSpiller.cpp1154 LIS.ReplaceMachineInstrInMaps(MI, FoldMI); in foldMemoryOperand()
H A DTwoAddressInstructionPass.cpp648 LIS->ReplaceMachineInstrInMaps(mi, NewMI); in convertInstTo3Addr()