Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
/external/llvm/lib/CodeGen/
DMachineFunction.cpp583 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables() function in MachineJumpTableInfo
DBranchFolding.cpp1075 MJTI->ReplaceMBBInJumpTables(MBB, FallThrough); in OptimizeBlock()
1334 MJTI->ReplaceMBBInJumpTables(MBB, CurTBB); in OptimizeBlock()