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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 812 tree arg0_base = NULL_TREE, base_type;
873 arg0_base = derived_base_name;
874 else if (!operand_equal_p (derived_base_name, arg0_base, 0))
881 base_type = TREE_TYPE (arg0_base);
883 c = alloc_cand_and_find_basis (CAND_PHI, phi, arg0_base,
808 tree arg0_base = NULL_TREE, base_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 812 tree arg0_base = NULL_TREE, base_type;
873 arg0_base = derived_base_name;
874 else if (!operand_equal_p (derived_base_name, arg0_base, 0))
881 base_type = TREE_TYPE (arg0_base);
883 c = alloc_cand_and_find_basis (CAND_PHI, phi, arg0_base,
808 tree arg0_base = NULL_TREE, base_type; local

Completed in 30 milliseconds