Home
last modified time | relevance | path

Searched refs:callgraph (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtimevar.def43 DEFTIMEVAR (TV_CGRAPH , "callgraph construction")
44 DEFTIMEVAR (TV_CGRAPHOPT , "callgraph optimization")
122 DEFTIMEVAR (TV_CGRAPH_VERIFY , "callgraph verifier")
Dlanghooks.h440 struct lang_hooks_for_callgraph callgraph; member
Dcgraphunit.c545 if (lang_hooks.callgraph.analyze_expr) in record_reference()
546 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, in record_reference()
573 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, data); in record_reference()
1258 lang_hooks.callgraph.expand_function (decl); in cgraph_expand_function()
Dtoplev.c1683 if (flag_unit_at_a_time && ! lang_hooks.callgraph.expand_function) in process_options()
Dfunction.c4346 && !lang_hooks.callgraph.expand_function) in expand_function_end()
DChangeLog-20037577 "local" to the callgraph dump. Output "after inlining" earlier.
7579 callgraph dumps. Correct misspellings.
32899 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
32907 (struct lang_hooks): Add callgraph field.
32911 supporting callgraph.
32913 (expand_call_inline): Update callgraph.
DChangeLog-200444727 body to use callgraph datastructure.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
DPassRegistry.def21 MODULE_ANALYSIS("callgraph", CallGraphAnalysis())
90 MODULE_PASS("print-callgraph", CallGraphPrinterPass(dbgs()))
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog.tree-ssa163 synthetic function, bypassing callgraph code.
164 * cp-decl2.c (finish_file): Call mudflap after callgraph-based
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DOptions.td254 "Layout sections to optimize the given callgraph">;
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOptions.td116 Eq<"call-graph-ordering-file", "Layout sections to optimize the given callgraph">;
/freebsd-12-stable/contrib/unbound/doc/
Dunbound.doxygen1570 # for selected functions only using the \callgraph command.
/freebsd-12-stable/contrib/ldns/
Dlibdns.doxygen2272 # functions only using the \callgraph command. Disabling a call graph can be
/freebsd-12-stable/contrib/bearssl/
DDoxyfile2267 # functions only using the \callgraph command. Disabling a call graph can be
/freebsd-12-stable/contrib/gcc/doc/
Dinvoke.texi590 -mno-callgraph-data -mslow-bytes -mno-slow-bytes -mno-lsim @gol
10420 @itemx -mno-callgraph-data
10422 @opindex mno-callgraph-data
10423 Emit callgraph information.