Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h118 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1322 ReplaceMBBInJumpTable(i, Old, New); in ReplaceMBBInJumpTables()
1339 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx, in ReplaceMBBInJumpTable() function in MachineJumpTableInfo
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2441 MJTI->ReplaceMBBInJumpTable(JTI, MBB, NewBB); in reorderThumb2JumpTables()