Searched refs:HasLoops (Results 1 – 4 of 4) sorted by relevance
558 if (!only_optimize_loop_blocks_ || graph->HasLoops()) { in Schedule()
496 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
2719 if (HasLoops()) { in InlineInto()
695 bool HasLoops() const { return has_loops_; } in HasLoops() function