Home
last modified time | relevance | path

Searched refs:createJumpTableIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h93 unsigned createJumpTableIndex(const std::vector<MachineBasicBlock*> &DestBBs);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineFunction.cpp732 unsigned MachineJumpTableInfo::createJumpTableIndex( in createJumpTableIndex() function in MachineJumpTableInfo
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2295 ->createJumpTableIndex(DestBBs); in handleJTSwitchCase()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp6922 unsigned MJTI = JTI->createJumpTableIndex(LPadList); in EmitSjLjDispatchBlock()