Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp127 MBB->getParent()->DeleteMachineBasicBlock(MBB); in deleteNode()
421 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) { in DeleteMachineBasicBlock() function in MachineFunction
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h902 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1746 MF.DeleteMachineBasicBlock(FakeCallerBB); in cleanupFunctionData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3293 MF->DeleteMachineBasicBlock(EntryBB); in runOnMachineFunction()