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.h116 /// RemoveMBBFromJumpTables - If MBB is present in any jump tables, remove it.
117 bool RemoveMBBFromJumpTables(MachineBasicBlock *MBB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp482 JumpTableInfo->RemoveMBBFromJumpTables(MBB); in deleteMachineBasicBlock()
1320 bool MachineJumpTableInfo::RemoveMBBFromJumpTables(MachineBasicBlock *MBB) { in RemoveMBBFromJumpTables() function in MachineJumpTableInfo