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

  /art/compiler/optimizing/
nodes.cc 191 SetHasIrreducibleLoops(false);
700 graph->SetHasIrreducibleLoops(true);
    [all...]
nodes.h 581 void SetHasIrreducibleLoops(bool value) { has_irreducible_loops_ = value; }
    [all...]

Completed in 742 milliseconds