Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp124 MBB->getParent()->DeleteMachineBasicBlock(MBB); in deleteNode()
409 MachineFunction::DeleteMachineBasicBlock(MachineBasicBlock *MBB) { in DeleteMachineBasicBlock() function in MachineFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h749 void DeleteMachineBasicBlock(MachineBasicBlock *MBB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2424 MF->DeleteMachineBasicBlock(EntryBB); in runOnMachineFunction()