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_->HasIrreducibleLoops()) { in Run()
2721 if (HasLoops()) { in InlineInto()
698 bool HasLoops() const { return has_loops_; } in HasLoops() function