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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 233 gimple *cand_stmt;
502 || SSA_NAME_OCCURS_IN_ABNORMAL_PHI (gimple_phi_result (c->cand_stmt)))
562 || one_basis->cand_stmt == c->cand_stmt
567 gimple_bb (c->cand_stmt),
568 gimple_bb (one_basis->cand_stmt)))
571 tree lhs = gimple_assign_lhs (one_basis->cand_stmt);
607 phi_bb = gimple_bb (phi_cand->cand_stmt);
608 basis_bb = gimple_bb (basis->cand_stmt);
619 tree feeding_var = gimple_phi_result (phi_cand->cand_stmt);
232 gimple *cand_stmt; member in class:slsr_cand_d
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 233 gimple *cand_stmt;
502 || SSA_NAME_OCCURS_IN_ABNORMAL_PHI (gimple_phi_result (c->cand_stmt)))
562 || one_basis->cand_stmt == c->cand_stmt
567 gimple_bb (c->cand_stmt),
568 gimple_bb (one_basis->cand_stmt)))
571 tree lhs = gimple_assign_lhs (one_basis->cand_stmt);
607 phi_bb = gimple_bb (phi_cand->cand_stmt);
608 basis_bb = gimple_bb (basis->cand_stmt);
619 tree feeding_var = gimple_phi_result (phi_cand->cand_stmt);
232 gimple *cand_stmt; member in class:slsr_cand_d
    [all...]

Completed in 56 milliseconds