Home
last modified time | relevance | path

Searched refs:RemoveMBBFromJumpTables (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h129 LLVM_ABI bool RemoveMBBFromJumpTables(MachineBasicBlock *MBB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp518 JumpTableInfo->RemoveMBBFromJumpTables(MBB); in deleteMachineBasicBlock()
1390 bool MachineJumpTableInfo::RemoveMBBFromJumpTables(MachineBasicBlock *MBB) { in RemoveMBBFromJumpTables() function in MachineJumpTableInfo