Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp154 MBB->getParent()->deleteMachineBasicBlock(MBB); in deleteNode()
478 void MachineFunction::deleteMachineBasicBlock(MachineBasicBlock *MBB) { in deleteMachineBasicBlock() function in MachineFunction
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1024 void deleteMachineBasicBlock(MachineBasicBlock *MBB);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1727 MF.deleteMachineBasicBlock(FakeCallerBB); in cleanupFunctionData()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp4050 MF->deleteMachineBasicBlock(EntryBB); in runOnMachineFunction()