Home
last modified time | relevance | path

Searched refs:DeleteMachineBasicBlock (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineFunction.h418 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineFunction.cpp57 MBB->getParent()->DeleteMachineBasicBlock(MBB); in deleteNode()
225 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) { in DeleteMachineBasicBlock() function in MachineFunction