Home
last modified time | relevance | path

Searched refs:dataflow (Results 1 – 25 of 75) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddf-core.c389 static void *df_get_bb_info (struct dataflow *, unsigned int);
390 static void df_set_bb_info (struct dataflow *, unsigned int, void *);
391 static void df_clear_bb_info (struct dataflow *, unsigned int);
417 struct dataflow *dflow; in df_add_problem()
432 dflow = XCNEW (struct dataflow); in df_add_problem()
504 struct dataflow *dflow = df->problems_in_order[p]; in df_set_blocks()
534 struct dataflow *dflow = df->problems_in_order[p]; in df_set_blocks()
583 df_remove_problem (struct dataflow *dflow) in df_remove_problem()
643 struct dataflow *dflow = df->problems_by_index[i]; in df_finish_pass()
813 struct dataflow *dflow = df->problems_in_order[i]; in rest_of_handle_df_finish()
[all …]
H A Ddf.h32 struct dataflow;
212 typedef void (*df_dataflow_function) (struct dataflow *, bitmap, int *, int);
291 struct dataflow struct
539 struct dataflow *problems_in_order[DF_LAST_PROBLEM_PLUS1];
540 struct dataflow *problems_by_index[DF_LAST_PROBLEM_PLUS1];
968 extern void df_remove_problem (struct dataflow *);
970 extern void df_analyze_problem (struct dataflow *, bitmap, int *, int);
994 extern void df_worklist_dataflow (struct dataflow *,bitmap, int *, int);
1023 extern void df_grow_bb_info (struct dataflow *);
H A Dtimevar.def118 /* Time spent in dataflow problems. */
291 DEFTIMEVAR (TV_VAR_TRACKING_DATAFLOW , "var-tracking dataflow")
H A Dconfig.in147 /* Define if you want more run-time sanity checks for dataflow. */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf-core.cc389 static void *df_get_bb_info (struct dataflow *, unsigned int);
390 static void df_set_bb_info (struct dataflow *, unsigned int, void *);
391 static void df_clear_bb_info (struct dataflow *, unsigned int);
417 struct dataflow *dflow; in df_add_problem()
432 dflow = XCNEW (struct dataflow); in df_add_problem()
504 struct dataflow *dflow = df->problems_in_order[p]; in df_set_blocks()
534 struct dataflow *dflow = df->problems_in_order[p]; in df_set_blocks()
583 df_remove_problem (struct dataflow *dflow) in df_remove_problem()
643 struct dataflow *dflow = df->problems_by_index[i]; in df_finish_pass()
813 struct dataflow *dflow = df->problems_in_order[i]; in rest_of_handle_df_finish()
[all …]
H A Ddf.h32 struct dataflow;
212 typedef void (*df_dataflow_function) (struct dataflow *, bitmap, int *, int);
291 struct dataflow struct
539 struct dataflow *problems_in_order[DF_LAST_PROBLEM_PLUS1];
540 struct dataflow *problems_by_index[DF_LAST_PROBLEM_PLUS1];
968 extern void df_remove_problem (struct dataflow *);
970 extern void df_analyze_problem (struct dataflow *, bitmap, int *, int);
994 extern void df_worklist_dataflow (struct dataflow *,bitmap, int *, int);
1023 extern void df_grow_bb_info (struct dataflow *);
H A DChangeLog.dataflow16 * testsuite/Changelog.dataflow: Merged entry into
412 * global.c (compute_regsets): Moved all dataflow to local_alloc.
933 * cse.c (cse_main): Assume dataflow initialized. Call reg_scan.
937 * passes.c (init_optimization_passes): Initialize dataflow before CSE.
1527 fields struct dataflow::{postorder_inverted,n_blocks_inverted}.
1533 fields from struct dataflow.
1537 different values depending on the direction of the dataflow problem.
1542 * df.h (struct dataflow): Remove fields visited, pending, considered.
1789 (df_analyze_problem): Added checking for results of dataflow.
1803 (dataflow.out_of_date_transfer_functions,
[all …]
H A Dtimevar.def118 /* Time spent in dataflow problems. */
296 DEFTIMEVAR (TV_VAR_TRACKING_DATAFLOW , "var-tracking dataflow")
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h30 namespace dataflow {
40 typename _AnalysisDirTag = dataflow::forward_analysis_tag >
69 bool isForwardAnalysis(dataflow::forward_analysis_tag) { return true; } in isForwardAnalysis()
70 bool isForwardAnalysis(dataflow::backward_analysis_tag) { return false; } in isForwardAnalysis()
/netbsd-src/external/mit/isl/dist/doc/
H A Dreading.tex21 details on the dataflow analysis step, but also see
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dgeneric.md28 ;; They exist purely to express an effect on dataflow.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSanitizers.def113 SANITIZER("dataflow", DataFlow)
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/
H A DREADME.txt134 [1] Precise interprocedural dataflow analysis via graph reachability,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt60 libanalysis - Source-level dataflow analysis useful for performing analyses
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DDataFlowSanitizer.rst182 need to specify `-fsanitize=dataflow -mllvm -dfsan-fast-16-labels` in your
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMAINTAINERS261 dataflow Paolo Bonzini <bonzini@gnu.org>
262 dataflow Seongbae Park <seongbae.park@gmail.com>
263 dataflow Kenneth Zadeck <zadeck@naturalbridge.com>
/netbsd-src/external/gpl3/gcc/dist/
H A DMAINTAINERS270 dataflow Paolo Bonzini <bonzini@gnu.org>
271 dataflow Seongbae Park <seongbae.park@gmail.com>
272 dataflow Kenneth Zadeck <zadeck@naturalbridge.com>
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Daspell.en.pws594 dataflow
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A DCMakeLists.txt724 append_flags(SANITIZER_FLAGS -fsanitize=dataflow)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.md1911 ; not by dataflow). BRC
1998 ; not by dataflow). BRC
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.md1911 ; not by dataflow). BRC
1998 ; not by dataflow). BRC
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl07.rst104 objects. In LLVM, instead of encoding dataflow analysis of memory into
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcfg.texi673 @code{df-core.cc} for details on using the dataflow.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcfg.texi673 @code{df-core.c} for details on using the dataflow.
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake813 append("-fsanitize=dataflow" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)

123