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

  /art/compiler/optimizing/
scheduler.cc 560 if (!only_optimize_loop_blocks_ || graph->HasLoops()) {
loop_optimization.cc 298 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) {
    [all...]
nodes.cc     [all...]
nodes.h 577 bool HasLoops() const { return has_loops_; }
    [all...]

Completed in 319 milliseconds