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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 256 tree stride_type;
565 || !types_compatible_p (one_basis->stride_type, c->stride_type)
694 c->stride_type = stype;
1431 stype = base_cand->stride_type;
1632 ctype, base_cand->stride_type,
1697 base_cand->stride_type, savings);
1851 && c->stride_type != TREE_TYPE (c->stride))
1854 print_generic_expr (dump_file, c->stride_type);
1867 && c->stride_type != TREE_TYPE (c->stride)
255 tree stride_type; member in class:slsr_cand_d
2311 tree stride_type = POINTER_TYPE_P (basis_type) ? sizetype : basis_type; local
3741 tree stride_type = TREE_TYPE (c->stride); local
3756 tree stride_type = TREE_TYPE (c->stride); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 256 tree stride_type;
565 || !types_compatible_p (one_basis->stride_type, c->stride_type)
694 c->stride_type = stype;
1431 stype = base_cand->stride_type;
1632 ctype, base_cand->stride_type,
1697 base_cand->stride_type, savings);
1851 && c->stride_type != TREE_TYPE (c->stride))
1854 print_generic_expr (dump_file, c->stride_type);
1867 && c->stride_type != TREE_TYPE (c->stride)
255 tree stride_type; member in class:slsr_cand_d
2311 tree stride_type = POINTER_TYPE_P (basis_type) ? sizetype : basis_type; local
3741 tree stride_type = TREE_TYPE (c->stride); local
3756 tree stride_type = TREE_TYPE (c->stride); local
    [all...]

Completed in 26 milliseconds