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

  /src/external/gpl3/gcc/dist/gcc/
ipa-inline.cc 535 tree caller_tree = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (caller->decl); local
556 else if (caller_tree != callee_tree)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-inline.cc 473 tree caller_tree = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (caller->decl); local
493 else if (caller_tree != callee_tree)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 589 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller);
606 if (!caller_tree)
607 caller_tree = target_option_default_node;
608 if (callee_tree == caller_tree)
611 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
583 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 562 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller);
579 if (!caller_tree)
580 caller_tree = target_option_default_node;
581 if (callee_tree == caller_tree)
584 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
556 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 16152 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller);
16157 if (!caller_tree)
16158 caller_tree = target_option_default_node;
16159 if (callee_tree == caller_tree)
16162 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
16151 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16691 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller);
16696 if (!caller_tree)
16697 caller_tree = target_option_default_node;
16698 if (callee_tree == caller_tree)
16701 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
16690 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25791 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller);
25798 if (!caller_tree)
25799 caller_tree = target_option_default_node;
25802 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
25741 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25355 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller);
25362 if (!caller_tree)
25363 caller_tree = target_option_default_node;
25366 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree);
25305 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller); local

Completed in 186 milliseconds