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

/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h91 /// createJumpTableIndex - Create a new jump table.
93 unsigned createJumpTableIndex(const std::vector<MachineBasicBlock*> &DestBBs);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp586 /// createJumpTableIndex - Create a new jump table entry in the jump table info.
588 unsigned MachineJumpTableInfo::createJumpTableIndex( function in class:MachineJumpTableInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2179 ->createJumpTableIndex(DestBBs);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5960 unsigned MJTI = JTI->createJumpTableIndex(LPadList);

Completed in 154 milliseconds