Searched refs:callee (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
H A Dipa-inline.c122 if (!e->callee->callers->next_caller
123 && !e->callee->needed
126 gcc_assert (!e->callee->global.inlined_to);
127 if (DECL_SAVED_TREE (e->callee->decl))
128 overall_insns -= e->callee->global.insns, nfunctions_inlined++;
134 n = cgraph_clone_node (e->callee, e->count, e->loop_nest,
141 e->callee->global.inlined_to = e->caller->global.inlined_to;
143 e->callee->global.inlined_to = e->caller;
146 for (e = e->callee->callees; e; e = e->next_callee)
161 if (e->callee
844 struct cgraph_node *callee; local
[all...]
H A Dipa.c135 if (!e->callee->aux
137 && (!e->inline_failed || !e->callee->analyzed
138 || (!DECL_EXTERNAL (e->callee->decl))
141 e->callee->aux = first;
142 first = e->callee;
H A Dtree-optimize.c387 if (e->callee->global.inlined_to)
389 e->callee->global.inlined_to = inlined_to;
390 update_inlined_to_pointers (e->callee, inlined_to);
449 if (e->callee->analyzed)
450 cgraph_mark_needed_node (e->callee);
H A Dtree-ssa-ccp.c2198 tree callee, arglist, a; local
2207 callee = get_callee_fndecl (fn);
2209 result = fold_builtin (callee, arglist, ignore);
2218 if (DECL_BUILT_IN_CLASS (callee) == BUILT_IN_MD)
2227 switch (DECL_FUNCTION_CODE (callee))
2279 switch (DECL_FUNCTION_CODE (callee))
2297 result = fold_builtin_strcpy (callee, arglist, val[1]);
2302 result = fold_builtin_strncpy (callee, arglist, val[1]);
2322 result = fold_builtin_memory_chk (callee, arglist, val[2], ignore,
2323 DECL_FUNCTION_CODE (callee));
2390 tree callee; local
2530 tree callee, result; local
[all...]
H A Dtree-stdarg.c636 tree call = get_call_expr_in (stmt), callee; local
642 callee = get_callee_fndecl (call);
643 if (!callee
644 || DECL_BUILT_IN_CLASS (callee) != BUILT_IN_NORMAL)
647 switch (DECL_FUNCTION_CODE (callee))
801 tree callee = get_callee_fndecl (call); local
803 if (callee
804 && DECL_BUILT_IN_CLASS (callee) == BUILT_IN_NORMAL
805 && (DECL_FUNCTION_CODE (callee) == BUILT_IN_VA_START
806 || DECL_FUNCTION_CODE (callee)
[all...]
H A Dipa-cp.c118 to call the cloned callee.
119 In the second case, both the caller and the callee have clones
121 the cloned callee.
534 != ipa_method_formal_count (cs->callee))
539 ipa_method_formal_count_set (cs->callee, 0);
571 the caller's parameters to the callee's arguments. */
578 struct cgraph_node *mt, *callee; local
593 callee = ipa_callsite_callee (cs);
601 cval2 = ipcp_method_cval (callee, i);
605 ipcp_method_cval_set (callee,
891 struct cgraph_node *caller, *callee, *orig_callee; local
[all...]
H A Dtree-object-size.c230 tree callee, arglist, a, bytes = NULL_TREE; local
235 callee = get_callee_fndecl (call);
237 if (callee
238 && DECL_BUILT_IN_CLASS (callee) == BUILT_IN_NORMAL)
239 switch (DECL_FUNCTION_CODE (callee))
286 tree callee = get_callee_fndecl (call); local
289 if (callee
290 && DECL_BUILT_IN_CLASS (callee) == BUILT_IN_NORMAL)
291 switch (DECL_FUNCTION_CODE (callee))
996 tree callee, resul local
[all...]
H A Dcgraph.c63 For each inlined call, the callee's node is cloned to represent the
65 Each inlined call gets a unique corresponding clone node of the callee
67 the clones are eliminated and their callee edges redirected to the
377 cgraph_create_edge (struct cgraph_node *caller, struct cgraph_node *callee, argument
390 if (!DECL_SAVED_TREE (callee->decl))
392 else if (callee->local.redefined_extern_inline)
395 else if (callee->local.inlinable)
403 edge->callee = callee;
406 edge->next_caller = callee
[all...]
H A Dipa-pure-const.c322 struct cgraph_node* callee; local
335 for the callee, (such as for some of the builtins) we will use
345 callee = cgraph_node(callee_t);
346 avail = cgraph_function_body_availability (callee);
365 /* The callee is either unknown (indirect call) or there is just no
367 are any bits available for the callee (such as by declaration or
683 struct cgraph_node *y = e->callee;
H A Dipa-utils.c105 struct cgraph_node *w = edge->callee;
H A Dcgraph.h161 /* Set once the function has been instantiated and its callee
178 struct cgraph_node *callee; local
218 /* Set once the variable has been instantiated and its callee
H A Dstub-objc.c106 int ARG_UNUSED (argno), tree ARG_UNUSED (callee),
116 int ARG_UNUSED (argno), tree ARG_UNUSED (callee),
H A Dcgraphunit.c644 gcc_assert (!e->callee->global.inlined_to);
722 cgraph_node_name (e->caller), cgraph_node_name (e->callee));
808 if (e->callee->decl != cgraph_node (decl)->decl
812 debug_tree (e->callee->decl);
839 cgraph_node_name (e->callee));
1140 if (!edge->callee->reachable)
1141 cgraph_mark_reachable_node (edge->callee);
1822 if (e->callee == old_version)
H A Dtree-ssa-operands.c1543 add_call_clobber_ops (tree stmt, tree callee) argument
1566 not_read_b = callee ? ipa_reference_get_not_read_global (callee) : NULL;
1567 not_written_b = callee ? ipa_reference_get_not_written_global (callee) : NULL;
1628 add_call_read_ops (tree stmt, tree callee) argument
1644 not_read_b = callee ? ipa_reference_get_not_read_global (callee) : NULL;
H A Dipa-reference.c455 struct cgraph_node* callee = cgraph_node(callee_t);
456 avail = cgraph_function_body_availability (callee);
609 /* Or in all of the bits from every callee into X, the caller's, bit
622 struct cgraph_node *y = e->callee;
703 struct cgraph_node *y = e->callee;
454 struct cgraph_node* callee = cgraph_node(callee_t); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSortingChecker.cpp57 auto callsName(const char *FunctionName) -> decltype(callee(functionDecl())) { function in namespace:__anon965
58 return callee(functionDecl(hasName(FunctionName)));
H A DGCDAntipatternChecker.cpp56 -> decltype(callee(functionDecl())) { function in namespace:__anon909
57 return callee(functionDecl(hasName(FunctionName)));
H A DObjCAutoreleaseWriteChecker.cpp104 -> decltype(callee(functionDecl())) { function
105 return callee(functionDecl(hasAnyName(toRefs(FunctionNames))));
H A DOSObjectCStyleCast.cpp68 auto DynamicCastM = callExpr(callee(functionDecl(hasName("safeMetaCast"))));
H A DRunLoopAutoreleaseLeakChecker.cpp143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind);
/freebsd-11-stable/lib/libc/mips/gen/
H A D_setjmp.S68 * Registers s0..s7 are callee-saved.
69 * The sp register is callee-saved.
70 * The fp (or s8) register is callee-saved.
71 * The gp register is callee-saved (for n32/n64).
84 REG_S gp, (_JB_REG_GP * SZREG)(a0) # newabi gp is callee-saved
88 * In N32, FP registers F20, F22, F24, F26, F28, F30 are callee-saved.
89 * In N64, FP registers F24 .. F31 are callee-saved.
90 * In O32, FP registers F20 .. F23 are callee-saved.
135 * Registers s0..s7 are callee-saved.
136 * The sp register is callee
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp220 expr(anyOf(cxxMemberCallExpr(callee(NonConstMethod),
222 cxxOperatorCallExpr(callee(NonConstMethod),
225 callExpr(callee(expr(anyOf(
249 callee(cxxMethodDecl(ofClass(isMoveOnly()),
266 callExpr(callee(expr(anyOf(unresolvedLookupExpr(), unresolvedMemberExpr(),
330 match(findAll(callExpr(callee(namedDecl(
357 callee(cxxMethodDecl(ofClass(isMoveOnly()),
392 unless(callee(namedDecl(hasAnyName(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp265 // The first callee may not be resolved, or there may be nothing to fill in.
268 LLDB_LOG(log, "Could not resolve callee");
272 LLDB_LOG(log, "Not searching further, first callee is {0} (retn-PC: {1:x})",
277 // Run DFS on the tail-calling edges out of the first callee to find \p end.
298 void dfs(Function &callee) { argument
300 if (&callee == end) {
312 if (!visited_nodes.insert(&callee).second) {
317 // Search the calls made from this callee.
318 active_path.push_back(&callee);
319 for (const auto &edge : callee
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c1875 insert_callee (struct function_info *caller, struct call_info *callee) argument
1879 if (p->fun == callee->fun)
1883 if (p->is_tail > callee->is_tail)
1884 p->is_tail = callee->is_tail;
1887 callee->next = caller->call_list;
1888 caller->call_list = callee;
1930 struct call_info *callee; local
2002 callee = bfd_malloc (sizeof *callee);
2003 if (callee
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp543 auto AssertLikeM = callExpr(callee(functionDecl(
553 auto NoReturnFuncM = callExpr(callee(functionDecl(isNoReturn())));

Completed in 329 milliseconds

12