HomeSort by: relevance | last modified time | path
    Searched refs:DeleteMachineBasicBlock (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 127 MBB->getParent()->DeleteMachineBasicBlock(MBB);
421 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 837 /// DeleteMachineBasicBlock - Delete the given MachineBasicBlock.
838 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 1746 MF.DeleteMachineBasicBlock(FakeCallerBB);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 3253 MF->DeleteMachineBasicBlock(EntryBB);

Completed in 29 milliseconds