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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 395 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
397 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 50 MBB->getParent()->DeleteMachineBasicBlock(MBB);
214 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
217 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) {
    [all...]

Completed in 391 milliseconds