Home
last modified time | relevance | path

Searched refs:HasLoops (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dscheduler.cc564 if (!only_optimize_loop_blocks_ || graph->HasLoops()) { in Schedule()
Dloop_optimization.cc498 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
Dnodes.cc2447 if (HasLoops()) { in InlineInto()
Dnodes.h674 bool HasLoops() const { return has_loops_; } in HasLoops() function