Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp123 MBB->getParent()->DeleteMachineBasicBlock(MBB); in deleteNode()
380 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) { in DeleteMachineBasicBlock() function in MachineFunction
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h719 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1878 MF->DeleteMachineBasicBlock(EntryBB); in runOnMachineFunction()