Home
last modified time | relevance | path

Searched refs:deleteMachineBasicBlock (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp152 MBB->getParent()->deleteMachineBasicBlock(MBB); in deleteNode()
460 void MachineFunction::deleteMachineBasicBlock(MachineBasicBlock *MBB) { in deleteMachineBasicBlock() function in MachineFunction
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h970 void deleteMachineBasicBlock(MachineBasicBlock *MBB);
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1726 MF.deleteMachineBasicBlock(FakeCallerBB); in cleanupFunctionData()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3596 MF->deleteMachineBasicBlock(EntryBB); in runOnMachineFunction()