HomeSort by relevance Sort by last modified time
    Searched refs:NumNodes (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Support/
FoldingSet.cpp 233 NumNodes = 0;
237 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) {
240 Arg.NumNodes = 0;
247 NumNodes = RHS.NumNodes;
250 RHS.NumNodes = 0;
266 NumNodes = 0;
278 NumNodes = 0;
348 if (NumNodes+1 > capacity())
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
FoldingSet.cpp 233 NumNodes = 0;
237 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) {
240 Arg.NumNodes = 0;
247 NumNodes = RHS.NumNodes;
250 RHS.NumNodes = 0;
266 NumNodes = 0;
278 NumNodes = 0;
348 if (NumNodes+1 > capacity())
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c 558 @param[in] NumNodes Number of elements in OfwNode.
594 IN UINTN NumNodes,
622 if (NumNodes < REQUIRED_PCI_OFW_NODES ||
700 } while (FirstNonBridge < NumNodes);
702 if (FirstNonBridge == NumNodes) {
720 if (NumNodes >= FirstNonBridge + 3 &&
772 } else if (NumNodes >= FirstNonBridge + 3 &&
815 } else if (NumNodes >= FirstNonBridge + 3 &&
859 } else if (NumNodes >= FirstNonBridge + 2 &&
887 } else if (NumNodes >= FirstNonBridge + 3 &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
FoldingSet.cpp 230 NumNodes = 0;
243 NumNodes = 0;
255 NumNodes = 0;
310 if (NumNodes+1 > NumBuckets*2) {
316 ++NumNodes;
342 --NumNodes;
  /external/swiftshader/third_party/subzero/src/
IceLiveness.cpp 42 SizeT NumNodes = Func->getNumNodes();
44 Nodes.resize(NumNodes);
IceCfg.cpp 116 for (SizeT I = 0, NumNodes = getNumNodes(); I < NumNodes; ++I)
299 SizeT NumNodes = getNumNodes();
300 BitVector Reachable(NumNodes);
301 BitVector Pending(NumNodes);
318 for (SizeT Source = 0; Source < NumNodes; ++Source) {
379 SizeT NumNodes = getNumNodes();
381 for (SizeT I = 0; I < NumNodes; ++I)
388 getLiveness()->initPhiEdgeSplits(Nodes.begin() + NumNodes,
392 for (auto I = Nodes.begin() + NumNodes, E = Nodes.end(); I != E; ++I)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 271 /// NumNodes - The number of nodes in the graph.
272 unsigned NumNodes;
329 bool empty() const { return NumNodes == 0; }
330 unsigned size() const { return NumNodes; }
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 51 : NumNodes(0), ReclaimNodeInterval(0) {}
176 --NumNodes;
329 ++NumNodes;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 121 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
123 unsigned NumNodes;
178 unsigned size() const { return NumNodes; }
181 bool empty() const { return NumNodes == 0; }
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 730 unsigned NumNodes;
736 Value2SUsMap(unsigned lat = 0) : NumNodes(0), TrueMemOrderLatency(lat) {}
738 /// To keep NumNodes up to date, insert() is used instead of
747 NumNodes++;
754 assert (NumNodes >= Itr->second.size());
755 NumNodes -= Itr->second.size();
764 NumNodes = 0;
767 unsigned inline size() const { return NumNodes; }
771 NumNodes = 0;
773 NumNodes += I.second.size()
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 120 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
122 unsigned NumNodes;
178 unsigned size() const { return NumNodes; }
181 bool empty() const { return NumNodes == 0; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }

Completed in 1074 milliseconds

1 2