Searched refs:RemoveMBBFromJumpTables (Results 1 – 2 of 2) sorted by relevance
116 /// RemoveMBBFromJumpTables - If MBB is present in any jump tables, remove it.117 bool RemoveMBBFromJumpTables(MachineBasicBlock *MBB);
482 JumpTableInfo->RemoveMBBFromJumpTables(MBB); in deleteMachineBasicBlock()1320 bool MachineJumpTableInfo::RemoveMBBFromJumpTables(MachineBasicBlock *MBB) { in RemoveMBBFromJumpTables() function in MachineJumpTableInfo