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

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 464 gimple *phi_use_stmt = NULL; local
500 phi_use_stmt = use_stmt;
593 && is_a <gphi *> (phi_use_stmt)
594 && flow_bb_inside_loop_p (loop->inner, gimple_bb (phi_use_stmt)))
tree-vect-loop.cc 4286 gimple *phi_use_stmt = NULL; local
4321 if (use_stmt != phi_use_stmt)
4324 phi_use_stmt = use_stmt;
4413 /* Verify there is an inner cycle composed of the PHI phi_use_stmt
4421 && is_a <gphi *> (phi_use_stmt)
4422 && flow_bb_inside_loop_p (loop->inner, gimple_bb (phi_use_stmt))
4423 && (op1 == PHI_ARG_DEF_FROM_EDGE (phi_use_stmt,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 464 gimple *phi_use_stmt = NULL; local
500 phi_use_stmt = use_stmt;
593 && is_a <gphi *> (phi_use_stmt)
594 && flow_bb_inside_loop_p (loop->inner, gimple_bb (phi_use_stmt)))
tree-vect-loop.cc 3597 gimple *phi_use_stmt = NULL; local
3630 phi_use_stmt = use_stmt;
3724 && is_a <gphi *> (phi_use_stmt)
3725 && flow_bb_inside_loop_p (loop->inner, gimple_bb (phi_use_stmt)))

Completed in 209 milliseconds