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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 772 /* Look up the defining statement for BASE_IN and return a pointer
777 base_cand_from_table (tree base_in)
781 gimple *def = SSA_NAME_DEF_STMT (base_in);
905 tree base_in = *pbase;
908 STRIP_NOPS (base_in);
913 if (CONVERT_EXPR_P (base_in)
914 && legal_cast_p_1 (TREE_TYPE (base_in),
915 TREE_TYPE (TREE_OPERAND (base_in, 0))))
916 base_in = get_unwidened (base_in, NULL_TREE)
901 tree base_in = *pbase; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 772 /* Look up the defining statement for BASE_IN and return a pointer
777 base_cand_from_table (tree base_in)
781 gimple *def = SSA_NAME_DEF_STMT (base_in);
905 tree base_in = *pbase;
908 STRIP_NOPS (base_in);
913 if (CONVERT_EXPR_P (base_in)
914 && legal_cast_p_1 (TREE_TYPE (base_in),
915 TREE_TYPE (TREE_OPERAND (base_in, 0))))
916 base_in = get_unwidened (base_in, NULL_TREE)
901 tree base_in = *pbase; local
    [all...]

Completed in 31 milliseconds