Home
last modified time | relevance | path

Searched refs:cloneMachineInstrBundle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h941 cloneMachineInstrBundle(MachineBasicBlock &MBB,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp388 MachineInstr &MachineFunction::cloneMachineInstrBundle( in cloneMachineInstrBundle() function in MachineFunction
H A DTargetInstrInfo.cpp437 return MF.cloneMachineInstrBundle(MBB, InsertBefore, Orig); in duplicate()