Home
last modified time | relevance | path

Searched refs:unvisited (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc24 void Clear(size_t count) { result.assign(count, unvisited()); } in Clear()
26 if (result[num.ToInt()] == unvisited()) { in PushIfUnvisited()
38 } else if (to_to == unvisited()) { in Forward()
54 RpoNumber unvisited() { return RpoNumber::FromInt(-1); } in unvisited() function
/third_party/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm229 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm229 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc764 int Push(int depth, BasicBlock* child, int unvisited) { in Push() argument
765 if (child->rpo_number() == unvisited) { in Push()
H A Dsimplified-lowering.cc302 bool unvisited() const { return state_ == kUnvisited; } in unvisited() function in v8::internal::compiler::RepresentationSelector::final
595 // If there is an unvisited input, push it and continue with that node. in GenerateTraversal()
601 if (input_info->unvisited()) { in GenerateTraversal()
4218 if (info->unvisited()) { in EnqueueInput()

Completed in 14 milliseconds