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 49 MBB->getParent()->DeleteMachineBasicBlock(MBB);
186 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
189 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) {
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 373 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
375 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);

Completed in 686 milliseconds