HomeSort by: relevance | last modified time | path
    Searched refs:phi_name (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 476 tree phi_name = PHI_RESULT (phi); local
481 if (has_zero_uses (phi_name))
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name)
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name)
671 if (op3 == phi_name || op4 == phi_name)
tree-vect-loop.cc 4294 tree phi_name = PHI_RESULT (phi); local
4299 if (has_zero_uses (phi_name))
4303 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 476 tree phi_name = PHI_RESULT (phi); local
481 if (has_zero_uses (phi_name))
484 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name)
657 if (code == MINUS_EXPR && gimple_assign_rhs2 (def_stmt) != phi_name)
671 if (op3 == phi_name || op4 == phi_name)
tree-vect-loop.cc 3605 tree phi_name = PHI_RESULT (phi); local
3610 if (has_zero_uses (phi_name))
3614 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, phi_name)

Completed in 48 milliseconds