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 413 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
415 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 52 MBB->getParent()->DeleteMachineBasicBlock(MBB);
220 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
223 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) {
    [all...]

Completed in 90 milliseconds