Home
last modified time | relevance | path

Searched refs:callers (Results 1 – 25 of 198) sorted by relevance

12345678

/openbsd/gnu/gcc/gcc/
H A Dipa-inline.c122 if (!e->callee->callers->next_caller in cgraph_clone_inlined_nodes()
205 for (e = what->callers; e; e = next) in cgraph_mark_inline()
798 where = where->callers->caller; in cgraph_decide_inlining_of_small_functions()
982 for (e = node->callers; e; e = next) in cgraph_decide_inlining()
1018 if (node->callers && !node->callers->next_caller && !node->needed in cgraph_decide_inlining()
1026 for (node1 = node->callers->caller; in cgraph_decide_inlining()
1027 node1->callers && !node1->callers->inline_failed in cgraph_decide_inlining()
1028 && ok; node1 = node1->callers->caller) in cgraph_decide_inlining()
1049 cgraph_mark_inline (node->callers); in cgraph_decide_inlining()
1055 node->callers->caller->global.insns, in cgraph_decide_inlining()
[all …]
H A Dipa.c51 if (!node->callers) in cgraph_postorder()
54 node->aux = node->callers; in cgraph_postorder()
66 if (!edge->caller->callers) in cgraph_postorder()
69 edge->caller->aux = edge->caller->callers; in cgraph_postorder()
176 for (e = node->callers; e; e = e->next_caller) in cgraph_remove_unreachable_nodes()
H A Dcgraph.c406 edge->next_caller = callee->callers; in cgraph_create_edge()
407 if (callee->callers) in cgraph_create_edge()
408 callee->callers->prev_caller = edge; in cgraph_create_edge()
414 callee->callers = edge; in cgraph_create_edge()
441 e->callee->callers = e->next_caller; in cgraph_edge_remove_callee()
484 if (n->callers) in cgraph_redirect_edge_callee()
485 n->callers->prev_caller = e; in cgraph_redirect_edge_callee()
486 e->next_caller = n->callers; in cgraph_redirect_edge_callee()
487 n->callers = e; in cgraph_redirect_edge_callee()
521 for (e = node->callers; e; e = e->next_caller) in cgraph_node_remove_callers()
[all …]
H A Dcgraphunit.c628 for (e = node->callers; e; e = e->next_caller) in initialize_inline_failed()
716 for (e = node->callers; e; e = e->next_caller) in verify_cgraph_node()
732 if (node->callers->next_caller) in verify_cgraph_node()
745 if (!node->callers && node->global.inlined_to) in verify_cgraph_node()
1195 for (e = node->callers; e; e = e->next_caller) in cgraph_mark_functions_to_output()
1758 for (e = new_version->callers; e; e = e->next_caller) in update_call_expr()
H A Dcgraph.h119 struct cgraph_edge *callers; member
H A Dipa-cp.c501 for (cs = node->callers; cs != NULL; cs = cs->next_caller) in ipcp_method_compute_scale()
1047 for (cs = node->callers; cs != NULL; cs = cs->next_caller) in ipcp_insert_stage()
1050 for (cs = node->callers; cs != NULL; cs = cs->next_caller) in ipcp_insert_stage()
/openbsd/gnu/usr.bin/perl/t/re/
H A Dreg_eval_scope.t298 sub callers {
310 is (callers(), '', 'callers() null');
330 sub c2 { $c = callers() }
339 sub c3 { $c = callers() }
/openbsd/gnu/usr.bin/perl/t/op/
H A Dcaller.t347 is (scalar(@Cpack::callers), 10, "GH #15109 - callers count");
348 like($Cpack::callers[$_], qr{caller/Bpack.pm:3}, "GH #15109 level $_") for 0..2;
349 like($Cpack::callers[$_], qr{caller/Apack.pm:3}, "GH #15109 level $_") for 3..5;
350 like($Cpack::callers[$_], qr{\(eval \d+\):1}, "GH #15109 level $_") for 6..8;
351 like($Cpack::callers[$_], qr{caller\.t}, "GH #15109 level $_") for 9;
/openbsd/gnu/usr.bin/perl/t/lib/caller/
H A DCpack.pm8 push @Cpack::callers, "$file:$line";
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Delf.texi18 Since BFD hides string tables from callers, GDB needs to use an
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Delf.texi20 Since BFD hides string tables from callers, GDB needs to use an
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/
H A Drt_54452-rebless.t2 # given object into the callers class.
/openbsd/gnu/usr.bin/binutils/cpu/
H A DChangeLog50 Update callers.
77 Update all callers.
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DREADME-X86-64.txt59 The idea is that it saves callers from having to remember this value,
66 optimization for callers.
/openbsd/gnu/gcc/libcpp/
H A DChangeLog207 callers. Pass to open_file_failed.
208 (open_file_failed): New parameter angle_brackets. Fix all callers.
222 (parse_include): Add buf parameter. Change all callers.
423 Add NST parameter, and update it; update callers.
424 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
433 (forms_identifier_p): Add normalize_state parameter, update callers.
434 (lex_identifier): Add normalize_state parameter, update callers. Keep
/openbsd/gnu/usr.bin/cvs/src/
H A DChangeLog-96508 Update callers.
1068 all callers.
1070 callers.
1114 callers.
1123 callers.
1381 callers.
1474 callers.
1602 callers.
1725 callers.
1829 callers.
[all …]
H A DChangeLog-97103 * update.c: Update callers.
820 * commit.c (lock_RCS): Update callers; call
873 Update all callers to remove `all' parameter.
1323 (Classify_File): Change callers.
1561 zero for all other Create_Admin callers.
1629 * server.c, main.c: Update callers.
1691 callers.
2518 send_files callers.
2549 callers to here.
2558 commit.c: Update callers.
[all …]
H A DChangeLog-9194235 callers, callees, and prototypes changed.
434 convention. Change prototype and callers.
436 convention. Change prototype and callers. When removing a file
/openbsd/gnu/gcc/libmudflap/
H A DChangeLog397 simplified contents in all former callers.
447 argument and indirection function pointers, update callers.
774 Update all callers to declare explicit result holder.
799 all callers to remove redundant "mf:" prefix.
949 functions for internal entry points. Update callers to pick
1169 Drop __FILE__/__LINE__ hack. Update callers.
1217 (__mf_uncache_object): Change arg type, correct callers.
1334 * mf-impl.h (TRACE_IN, TRACE_OUT): Remove macros. Update callers.
1403 Remove these functions. Update callers.
1468 Update callers to pass NULL if necessary.
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.12822 callers changed.
5250 callers changed.
6040 callers changed.
10888 callers changed.
11101 callers.
11536 callers changed.
11540 callers changed.
11566 callers changed.
11574 callers changed.
11618 all callers.
[all …]
/openbsd/usr.bin/vi/docs/internals/
H A Dcscope.NOTES48 c: find callers of name
/openbsd/gnu/llvm/libcxx/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst44 * ``std::unique_ptr`` parameters will now be destroyed by callees, rather than callers.
/openbsd/gnu/usr.bin/binutils/binutils/
H A DChangeLog-91975 callers.
596 Change all callers.
1312 callers.
1525 callers.
1527 callers.
1544 callers.
1568 callers.
1713 callers.
1717 all callers.
1719 callers.
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-91975 callers.
596 Change all callers.
1312 callers.
1525 callers.
1527 callers.
1544 callers.
1568 callers.
1713 callers.
1717 all callers.
1719 callers.
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td245 // offsets in the callers stack frame.
247 // Still, the address of the aggregate copy in the callers stack frame is passed

12345678