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