Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineJumpTableInfo.h125 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp1315 ReplaceMBBInJumpTable(i, Old, New); in ReplaceMBBInJumpTables()
1332 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx, in ReplaceMBBInJumpTable() function in MachineJumpTableInfo
HDMachineBasicBlock.cpp1165 MJTI.ReplaceMBBInJumpTable(JTI, Succ, NMBB); in SplitCriticalEdge()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantIslandPass.cpp2453 MJTI->ReplaceMBBInJumpTable(JTI, MBB, NewBB); in reorderThumb2JumpTables()