HomeSort by relevance Sort by last modified time
    Searched refs:remove_instr (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 544 /// remove_instr to remove individual instructions from a bundle.
555 MachineInstr *remove_instr(MachineInstr *I);
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 981 MachineInstr *MachineBasicBlock::remove_instr(MachineInstr *MI) { function in class:MachineBasicBlock
    [all...]
MachineInstr.cpp 860 return getParent()->remove_instr(this);
    [all...]

Completed in 33 milliseconds