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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h113 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp746 ReplaceMBBInJumpTable(i, Old, New);
750 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
752 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx, function in class:MachineJumpTableInfo
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2001 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB);

Completed in 168 milliseconds