Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc214 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
Dnodes.cc2055 if (HasLoops()) { in InlineInto()
Dnodes.h569 bool HasLoops() const { return has_loops_; } in HasLoops() function