Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1057 MachineInstr *remove_instr(MachineInstr *I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1423 MachineInstr *MachineBasicBlock::remove_instr(MachineInstr *MI) { in remove_instr() function in MachineBasicBlock
H A DMachineInstr.cpp717 return getParent()->remove_instr(this); in removeFromBundle()