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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 135 struct alt_base struct
159 hash_map<def_hash, alt_base> canon_base_map;
544 alt_base *canon_base = canon_base_map.get (base_def);
571 alt_base base_rec { base_def, new_def_off };
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 716 tree alt_base = get_alternative_base (base);
717 if (alt_base)
718 record_potential_basis (c, alt_base);
713 tree alt_base = get_alternative_base (base); local
tree-ssa-loop-ivopts.cc 3626 tree alt_base, alt_offset; local
3627 split_constant_offset (base, &alt_base, &alt_offset);
3629 record_common_cand (data, alt_base, step, use);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 716 tree alt_base = get_alternative_base (base);
717 if (alt_base)
718 record_potential_basis (c, alt_base);
713 tree alt_base = get_alternative_base (base); local

Completed in 46 milliseconds