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

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h518 /// remove_instr to remove individual instructions from a bundle.
529 MachineInstr *remove_instr(MachineInstr *I);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp970 MachineInstr *MachineBasicBlock::remove_instr(MachineInstr *MI) { function in class:MachineBasicBlock
H A DMachineInstr.cpp843 return getParent()->remove_instr(this);

Completed in 103 milliseconds