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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 559 slsr_cand_t one_basis = chain->cand;
561 if (one_basis->kind != c->kind
562 || one_basis->cand_stmt == c->cand_stmt
563 || !operand_equal_p (one_basis->stride, c->stride, 0)
564 || !types_compatible_p (one_basis->cand_type, c->cand_type)
565 || !types_compatible_p (one_basis->stride_type, c->stride_type)
568 gimple_bb (one_basis->cand_stmt)))
571 tree lhs = gimple_assign_lhs (one_basis->cand_stmt);
576 if (!basis || basis->cand_num < one_basis->cand_num)
577 basis = one_basis;
556 slsr_cand_t one_basis = chain->cand; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 559 slsr_cand_t one_basis = chain->cand;
561 if (one_basis->kind != c->kind
562 || one_basis->cand_stmt == c->cand_stmt
563 || !operand_equal_p (one_basis->stride, c->stride, 0)
564 || !types_compatible_p (one_basis->cand_type, c->cand_type)
565 || !types_compatible_p (one_basis->stride_type, c->stride_type)
568 gimple_bb (one_basis->cand_stmt)))
571 tree lhs = gimple_assign_lhs (one_basis->cand_stmt);
576 if (!basis || basis->cand_num < one_basis->cand_num)
577 basis = one_basis;
556 slsr_cand_t one_basis = chain->cand; local
    [all...]

Completed in 35 milliseconds