Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dscheduler.cc558 if (!only_optimize_loop_blocks_ || graph->HasLoops()) { in Schedule()
H A Dloop_optimization.cc496 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
H A Dnodes.cc2719 if (HasLoops()) { in InlineInto()
H A Dnodes.h695 bool HasLoops() const { return has_loops_; } in HasLoops() function