Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp152 MBB->getParent()->deleteMachineBasicBlock(MBB); in deleteNode()
460 void MachineFunction::deleteMachineBasicBlock(MachineBasicBlock *MBB) { in deleteMachineBasicBlock() function in MachineFunction
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h970 void deleteMachineBasicBlock(MachineBasicBlock *MBB);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineFunction.h1023 void deleteMachineBasicBlock(MachineBasicBlock *MBB);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineFunction.h1023 void deleteMachineBasicBlock(MachineBasicBlock *MBB);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineFunction.h1025 void deleteMachineBasicBlock(MachineBasicBlock *MBB);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineFunction.h1023 void deleteMachineBasicBlock(MachineBasicBlock *MBB);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1726 MF.deleteMachineBasicBlock(FakeCallerBB); in cleanupFunctionData()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3596 MF->deleteMachineBasicBlock(EntryBB); in runOnMachineFunction()