HomeSort by relevance Sort by last modified time
    Searched refs:IsBasicBlockBegin (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
operator-properties.h 28 static bool IsBasicBlockBegin(const Operator* op);
operator-properties.cc 125 bool OperatorProperties::IsBasicBlockBegin(const Operator* op) {
basic-block-instrumentor.cc 27 if (OperatorProperties::IsBasicBlockBegin(op)) continue;

Completed in 467 milliseconds