Searched refs:ReplaceMBBInJumpTable (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineJumpTableInfo.h | 123 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update 125 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 1315 ReplaceMBBInJumpTable(i, Old, New); in ReplaceMBBInJumpTables() 1332 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx, in ReplaceMBBInJumpTable() function in MachineJumpTableInfo
|
H A D | MachineBasicBlock.cpp | 1165 MJTI.ReplaceMBBInJumpTable(JTI, Succ, NMBB); in SplitCriticalEdge()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 2453 MJTI->ReplaceMBBInJumpTable(JTI, MBB, NewBB); in reorderThumb2JumpTables()
|