HomeSort by: relevance | last modified time | path
    Searched defs:may_optimize_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dom.cc 1914 record_equivalences_from_stmt (gimple *stmt, int may_optimize_p,
1936 if (may_optimize_p
2320 bool may_optimize_p; local
2385 may_optimize_p = (!gimple_has_side_effects (stmt)
2392 if (may_optimize_p)
2508 record_equivalences_from_stmt (stmt, may_optimize_p, m_avail_exprs_stack);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dom.cc 1714 record_equivalences_from_stmt (gimple *stmt, int may_optimize_p,
1736 if (may_optimize_p
2102 bool may_optimize_p; local
2167 may_optimize_p = (!gimple_has_side_effects (stmt)
2174 if (may_optimize_p)
2298 record_equivalences_from_stmt (stmt, may_optimize_p, m_avail_exprs_stack);

Completed in 27 milliseconds