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

  /external/chromium_org/v8/test/cctest/compiler/
simplified-graph-builder.cc 53 bool has_control = OperatorProperties::GetControlInputCount(op) == 1; local
60 if (!has_control && !has_effect) {
64 if (has_control) ++input_count_with_deps;
72 if (has_control) {
  /external/chromium_org/v8/src/compiler/
graph-builder.cc 38 bool has_control = OperatorProperties::GetControlInputCount(op) == 1; local
45 if (!has_context && !has_framestate && !has_control && !has_effect) {
51 if (has_control) ++input_count_with_deps;
68 if (has_control) {

Completed in 190 milliseconds