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

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

Completed in 274 milliseconds