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

  /external/chromium_org/v8/src/compiler/
operator-properties.h 37 static inline bool IsBasicBlockBegin(const Operator* op);
graph-visualizer.cc 50 if (OperatorProperties::IsBasicBlockBegin(node->op())) {
54 return OperatorProperties::IsBasicBlockBegin(control->op()) ? control
178 if (!use_to_def_ || OperatorProperties::IsBasicBlockBegin(node->op()) ||
207 } else if (OperatorProperties::IsBasicBlockBegin(from->op()) ||
operator-properties-inl.h 171 inline bool OperatorProperties::IsBasicBlockBegin(const Operator* op) {

Completed in 188 milliseconds