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/
DBranchFolding.cpp1237 MJTI->ReplaceMBBInJumpTables(MBB, &*FallThrough); in OptimizeBlock()
1487 MJTI->ReplaceMBBInJumpTables(MBB, CurTBB); in OptimizeBlock()
DMachineFunction.cpp774 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables() function in MachineJumpTableInfo