Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h698 MachineInstr *remove_instr(MachineInstr *I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1160 MachineInstr *MachineBasicBlock::remove_instr(MachineInstr *MI) { in remove_instr() function in MachineBasicBlock
DMachineInstr.cpp666 return getParent()->remove_instr(this); in removeFromBundle()