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

  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc 2181 auto_vec <unsigned, 4> pass_through_args; local
2242 pass_through_args.safe_push (i);
2260 pass_through_args.safe_push (i);
2293 if (pt_idx < pass_through_args.length ()
2294 && i == pass_through_args[pt_idx])
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 2012 auto_vec <unsigned, 4> pass_through_args; local
2080 pass_through_args.safe_push (i);
2098 pass_through_args.safe_push (i);
2131 if (pt_idx < pass_through_args.length ()
2132 && i == pass_through_args[pt_idx])

Completed in 18 milliseconds