Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h118 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp1284 ReplaceMBBInJumpTable(i, Old, New); in ReplaceMBBInJumpTables()
1301 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx, in ReplaceMBBInJumpTable() function in MachineJumpTableInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp2399 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB); in reorderThumb2JumpTables()