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

1 2

  /external/v8/src/compiler/
all-nodes.cc 15 is_reachable_(graph->NodeCount(), false, local_zone),
23 is_reachable_(graph->NodeCount(), false, local_zone),
29 DCHECK_LT(end->id(), graph->NodeCount());
46 if (use == nullptr || use->id() >= graph->NodeCount()) {
graph-trimmer.cc 15 live_.reserve(graph->NodeCount());
machine-graph-verifier.cc 28 representation_vector_(graph->NodeCount(), MachineRepresentation::kNone,
88 for (size_t i = 0; i <= block->NodeCount(); ++i) {
90 i < block->NodeCount() ? block->NodeAt(i) : block->control_input();
92 DCHECK_EQ(block->NodeCount(), i);
290 for (size_t i = 0; i <= block->NodeCount(); ++i) {
292 i < block->NodeCount() ? block->NodeAt(i) : block->control_input();
294 DCHECK_EQ(block->NodeCount(), i);
control-equivalence.h 41 node_data_(graph->NodeCount(), EmptyData(), zone) {}
loop-analysis.cc 59 info_(graph->NodeCount(), {nullptr, nullptr}, zone),
61 loop_num_(graph->NodeCount(), -1, zone),
509 new (graph->zone()) LoopTree(graph->NodeCount(), graph->zone());
store-store-elimination.cc 347 // Initialize unobservable_ with js_graph->graph->NodeCount() empty sets.
352 in_revisit_(js_graph->graph()->NodeCount(), temp_zone),
353 unobservable_(js_graph->graph()->NodeCount(),
graph-reducer.cc 138 NodeId const max_id = static_cast<NodeId>(graph()->NodeCount() - 1);
escape-analysis.cc 630 if (status_.size() <= graph()->NodeCount()) {
631 status_.resize(graph()->NodeCount() * 1.1, kUnknown);
912 replacements_.resize(graph()->NodeCount());
916 replacements_.resize(graph()->NodeCount());
930 std::min(std::max(graph()->NodeCount() / 5, min_size), max_size);
934 CHECK_LT(graph()->NodeCount(), kUntrackable);
935 aliases_.resize(graph()->NodeCount(), kNotReachable);
993 virtual_states_.resize(graph()->NodeCount());
    [all...]
simd-scalar-lowering.cc 36 replacements_ = zone->NewArray<Replacement>(graph->NodeCount());
37 memset(replacements_, 0, sizeof(Replacement) * graph->NodeCount());
branch-elimination.cc 19 node_conditions_(zone, js_graph->graph()->NodeCount()),
loop-peeling.cc 364 ZoneVector<bool> visited(graph->NodeCount(), false, temp_zone);
schedule.h 85 size_t NodeCount() const { return nodes_.size(); }
escape-analysis-reducer.cc 31 fully_reduced_(static_cast<int>(jsgraph->graph()->NodeCount() * 2), zone),
graph.h 171 size_t NodeCount() const { return next_node_id_; }
loop-variable-optimizer.cc 31 limits_(graph->NodeCount(), zone),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wct.h 66 typedef VOID (CALLBACK *PWAITCHAINCALLBACK)(HWCT WctHandle,DWORD_PTR Context,DWORD CallbackStatus,LPDWORD NodeCount,PWAITCHAIN_NODE_INFO NodeInfoArray,LPBOOL IsCycle);
70 WINBOOL WINAPI GetThreadWaitChain(HWCT WctHandle,DWORD_PTR Context,DWORD Flags,DWORD ThreadId,LPDWORD NodeCount,PWAITCHAIN_NODE_INFO NodeInfoArray,LPBOOL IsCycle);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 332 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); }

Completed in 656 milliseconds

1 2