Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
/external/llvm/lib/CodeGen/
DMachineFunction.cpp779 ReplaceMBBInJumpTable(i, Old, New); in ReplaceMBBInJumpTables()
785 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx, in ReplaceMBBInJumpTable() function in MachineJumpTableInfo
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp2251 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB); in reorderThumb2JumpTables()