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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h109 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp1086 MJTI->ReplaceMBBInJumpTables(MBB, FallThrough);
1345 MJTI->ReplaceMBBInJumpTables(MBB, CurTBB);
H A DMachineFunction.cpp739 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
741 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, function in class:MachineJumpTableInfo

Completed in 65 milliseconds