| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-inline-analysis.c | 103 struct cgraph_node *callee = e->callee; in initialize_inline_failed() local 159 struct cgraph_node *callee = edge->callee->ultimate_alias_target (); in simple_edge_hints() local 185 struct cgraph_node *callee; in do_estimate_edge_time() local 308 struct cgraph_node *callee; in do_estimate_edge_size() local 347 struct cgraph_node *callee; in do_estimate_edge_hints() local
|
| H A D | ipa-inline.c | 262 sanitize_attrs_match_for_inline_p (const_tree caller, const_tree callee) in sanitize_attrs_match_for_inline_p() 326 cgraph_node *callee = e->callee->ultimate_alias_target (&avail, caller); variable 444 cgraph_node *callee = e->callee->ultimate_alias_target (&avail, caller); variable 596 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in can_early_inline_edge_p() local 647 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in want_early_inline_function_p() local 828 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in want_inline_small_function_p() local 1122 struct cgraph_node *callee = edge->callee->ultimate_alias_target (); in edge_badness() local 1499 struct cgraph_node *callee; in update_callee_keys() local 2025 struct cgraph_node *where, *callee; in inline_small_functions() local 2298 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in flatten_function() local [all …]
|
| H A D | ipa-inline.h | 89 struct cgraph_node *callee = edge->callee->ultimate_alias_target (); in estimate_min_edge_growth() local
|
| H A D | function-abi.cc | 244 tree callee = CALL_EXPR_FN (exp); in expr_callee_abi() local
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-inline-analysis.cc | 103 struct cgraph_node *callee = e->callee; in initialize_inline_failed() local 162 struct cgraph_node *callee = edge->callee->ultimate_alias_target (); in simple_edge_hints() local 188 struct cgraph_node *callee; in do_estimate_edge_time() local 312 struct cgraph_node *callee; in do_estimate_edge_size() local 345 struct cgraph_node *callee; in do_estimate_edge_hints() local
|
| H A D | ipa-inline.cc | 262 sanitize_attrs_match_for_inline_p (const_tree caller, const_tree callee) in sanitize_attrs_match_for_inline_p() 337 cgraph_node *callee = e->callee->ultimate_alias_target (&avail, caller); in can_inline_edge_p() local 472 cgraph_node *callee = e->callee->ultimate_alias_target (&avail, caller); in can_inline_edge_by_limits_p() local 626 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in can_early_inline_edge_p() local 684 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in want_early_inline_function_p() local 865 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in want_inline_small_function_p() local 1177 struct cgraph_node *callee = edge->callee->ultimate_alias_target (); in edge_badness() local 1559 struct cgraph_node *callee; in update_callee_keys() local 2090 struct cgraph_node *where, *callee; in inline_small_functions() local 2363 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in flatten_function() local [all …]
|
| H A D | ipa-inline.h | 89 struct cgraph_node *callee = edge->callee->ultimate_alias_target (); in estimate_min_edge_growth() local
|
| H A D | gimple-warn-recursion.cc | 145 tree callee = gimple_call_fndecl (stmt); in find_function_exit() local
|
| H A D | ipa-inline-transform.cc | 344 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in inline_call() local 717 cgraph_node *callee = cgraph_node::get (e->callee->decl); in maybe_materialize_called_clones() local
|
| H A D | function-abi.cc | 244 tree callee = CALL_EXPR_FN (exp); in expr_callee_abi() local
|
| H A D | tree-stdarg.cc | 690 tree callee, ap; in optimize_va_list_gpr_fpr_size() local 867 tree callee = gimple_call_fndecl (stmt); in optimize_va_list_gpr_fpr_size() local
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | genk-timing.py | 50 def updateTotalCallCount(self, callee): argument 58 def updateFunctionCallMap(self, caller, callee): argument 68 def updateCalledFunctionList(self, callee): argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | genk-timing.py | 55 def updateTotalCallCount(self, callee): argument 63 def updateFunctionCallMap(self, caller, callee): argument 73 def updateCalledFunctionList(self, callee): argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | genk-timing.py | 50 def updateTotalCallCount(self, callee): argument 58 def updateFunctionCallMap(self, caller, callee): argument 68 def updateCalledFunctionList(self, callee): argument
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| H A D | foll-fork.c | 5 void callee (int i) in callee() function
|
| H A D | step-test.c | 8 int callee() { in callee() function
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| H A D | foll-fork.c | 5 void callee (int i) in callee() function
|
| H A D | ending-run.c | 9 int callee (int x) in callee() function
|
| H A D | step-test.c | 8 int callee() { in callee() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.cpp | 55 if (auto *callee = call->getDirectCallee()) { in tryToFindPtrOrigin() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | analysis-plan.cc | 113 const cgraph_node *callee = edge->callee; in use_summary_p() local
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | analysis-plan.cc | 118 const cgraph_node *callee = edge->callee; in use_summary_p() local
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | vxworks.cc | 187 rtx callee = gen_rtx_SYMBOL_REF (Pmode, "cacheTextUpdate"); in vxworks_emit_call_builtin___clear_cache() local
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| H A D | module.c | 100 LLVMValueRef callee = in llvm_module_list_functions() local
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | intrinsics.cc | 424 tree callee = CALL_EXPR_FN (callexp); in expand_intrinsic_rotate() local 766 tree callee = CALL_EXPR_FN (callexp); in maybe_expand_intrinsic() local
|