Home
last modified time | relevance | path

Searched refs:ReplaceMBBInJumpTables (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h119 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
121 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1388 MJTI->ReplaceMBBInJumpTables(MBB, &*FallThrough); in OptimizeBlock()
1675 MJTI->ReplaceMBBInJumpTables(MBB, CurTBB); in OptimizeBlock()
H A DMachineFunction.cpp1310 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables() function in MachineJumpTableInfo