Searched defs:MachineJumpTableEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h32 /// MachineJumpTableEntry - One jump table in the jump table info.
34 struct MachineJumpTableEntry { struct in namespace:llvm
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) function in struct:llvm::MachineJumpTableEntry
80 std::vector<MachineJumpTableEntry> JumpTables;
99 const std::vector<MachineJumpTableEntry> &getJumpTables() const {

Completed in 183 milliseconds