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

  /external/llvm/lib/CodeGen/
MachineFunction.cpp 51 MBB->getParent()->DeleteMachineBasicBlock(MBB);
188 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
191 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) {
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 369 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
371 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);

Completed in 81 milliseconds