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

  /external/v8/src/compiler/
loop-analysis.cc 174 bool IsInLoop(Node* node, int loop_num) {
423 if (ni.node == nullptr || !IsInLoop(ni.node, 1)) continue;
475 if (IsInLoop(ni.node, i)) {
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 485 milliseconds