Searched refs:ReplaceMBBInJumpTables (Results 1 – 3 of 3) sorted by relevance
119 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update121 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
1388 MJTI->ReplaceMBBInJumpTables(MBB, &*FallThrough); in OptimizeBlock()1675 MJTI->ReplaceMBBInJumpTables(MBB, CurTBB); in OptimizeBlock()
1310 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables() function in MachineJumpTableInfo