HomeSort by relevance Sort by last modified time
    Searched defs:MachineJumpTableEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 32 /// MachineJumpTableEntry - One jump table in the jump table info.
34 struct MachineJumpTableEntry {
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M)
80 std::vector<MachineJumpTableEntry> JumpTables;
99 const std::vector<MachineJumpTableEntry> &getJumpTables() const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineJumpTableInfo.h 32 /// MachineJumpTableEntry - One jump table in the jump table info.
34 struct MachineJumpTableEntry {
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M)
75 std::vector<MachineJumpTableEntry> JumpTables;
94 const std::vector<MachineJumpTableEntry> &getJumpTables() const {

Completed in 62 milliseconds