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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 100 int formal_id; variable
130 pointed to by the formal parameter, specified by formal_id in this
151 int formal_id; variable
397 return jfunc->value.pass_through.formal_id;
464 return jfunc->value.ancestor.formal_id;
ipa-prop.cc 460 jump_func->value.pass_through.formal_id,
477 jump_func->value.ancestor.formal_id,
502 item->value.pass_through.formal_id);
506 item->value.pass_through.formal_id);
672 ipa_set_jf_simple_pass_through (struct ipa_jump_func *jfunc, int formal_id,
677 jfunc->value.pass_through.formal_id = formal_id;
686 ipa_set_jf_unary_pass_through (struct ipa_jump_func *jfunc, int formal_id,
691 jfunc->value.pass_through.formal_id = formal_id;
3433 int formal_id = ipa_get_jf_pass_through_formal_id (src); local
4913 int formal_id = streamer_read_uhwi (ib); local
4920 int formal_id = streamer_read_uhwi (ib); local
4926 int formal_id = streamer_read_uhwi (ib); local
4934 int formal_id = streamer_read_uhwi (ib); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 95 int formal_id; variable
125 pointed to by the formal parameter, specified by formal_id in this
146 int formal_id; variable
387 return jfunc->value.pass_through.formal_id;
454 return jfunc->value.ancestor.formal_id;
ipa-prop.cc 341 jump_func->value.pass_through.formal_id,
358 jump_func->value.ancestor.formal_id,
383 item->value.pass_through.formal_id);
387 item->value.pass_through.formal_id);
569 ipa_set_jf_simple_pass_through (struct ipa_jump_func *jfunc, int formal_id,
574 jfunc->value.pass_through.formal_id = formal_id;
583 ipa_set_jf_unary_pass_through (struct ipa_jump_func *jfunc, int formal_id,
588 jfunc->value.pass_through.formal_id = formal_id;
3322 int formal_id = ipa_get_jf_pass_through_formal_id (src); local
4889 int formal_id = streamer_read_uhwi (ib); local
4896 int formal_id = streamer_read_uhwi (ib); local
4902 int formal_id = streamer_read_uhwi (ib); local
4910 int formal_id = streamer_read_uhwi (ib); local
    [all...]

Completed in 26 milliseconds