Searched refs:cloneInstrSymbols (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1715 void cloneInstrSymbols(MachineFunction &MF, const MachineInstr &MI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp602 NewMI->cloneInstrSymbols(MF, MI);
H A DMachineInstr.cpp507 void MachineInstr::cloneInstrSymbols(MachineFunction &MF, function in class:MachineInstr
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3962 Result->cloneInstrSymbols(*FuncInfo.MF, *MI);

Completed in 116 milliseconds