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

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineJumpTableInfo.h 75 std::vector<MachineJumpTableEntry> JumpTables;
92 bool isEmpty() const { return JumpTables.empty(); }
95 return JumpTables;
101 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 141 JumpTables.emplace_back(JumpTable);
340 CfgVector<InstJumpTable *> JumpTables;

Completed in 210 milliseconds