HomeSort by: relevance | last modified time | path
    Searched defs:dataflow (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h 1 //===--- DataflowValues.h - Data structure for dataflow values --*- C++ -*-===//
9 // This file defines a skeleton data structure for encapsulating the dataflow
25 /// Dataflow Directional Tag Classes. These are used for tag dispatching
26 /// within the dataflow solver/transfer functions to determine what direction
27 /// a dataflow analysis flows.
30 namespace dataflow { namespace in namespace:clang
33 } // end namespace dataflow
36 /// DataflowValues. Container class to store dataflow values for a CFG.
40 typename _AnalysisDirTag = dataflow::forward_analysis_tag >
60 /// isForwardAnalysis - Returns true if the dataflow values are compute
    [all...]
DataflowValues.h 1 //===--- DataflowValues.h - Data structure for dataflow values --*- C++ -*-===//
9 // This file defines a skeleton data structure for encapsulating the dataflow
25 /// Dataflow Directional Tag Classes. These are used for tag dispatching
26 /// within the dataflow solver/transfer functions to determine what direction
27 /// a dataflow analysis flows.
30 namespace dataflow { namespace in namespace:clang
33 } // end namespace dataflow
36 /// DataflowValues. Container class to store dataflow values for a CFG.
40 typename _AnalysisDirTag = dataflow::forward_analysis_tag >
60 /// isForwardAnalysis - Returns true if the dataflow values are compute
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
df.h 32 struct dataflow;
41 /* Scanning is not really a dataflow problem, but it is useful to have
61 /* Dataflow direction. */
211 /* Iterative dataflow function. */
212 typedef void (*df_dataflow_function) (struct dataflow *, bitmap, int *, int);
231 /* Function to remove this problem from the stack of dataflow problems
251 /* The static description of a dataflow problem to solve. See above
258 enum df_flow_dir dir; /* Dataflow direction. */
291 struct dataflow struct
325 /* True if the something has changed which invalidates the dataflow
    [all...]
df.h 32 struct dataflow;
41 /* Scanning is not really a dataflow problem, but it is useful to have
61 /* Dataflow direction. */
211 /* Iterative dataflow function. */
212 typedef void (*df_dataflow_function) (struct dataflow *, bitmap, int *, int);
231 /* Function to remove this problem from the stack of dataflow problems
251 /* The static description of a dataflow problem to solve. See above
258 enum df_flow_dir dir; /* Dataflow direction. */
291 struct dataflow struct
325 /* True if the something has changed which invalidates the dataflow
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
df.h 32 struct dataflow;
41 /* Scanning is not really a dataflow problem, but it is useful to have
61 /* Dataflow direction. */
211 /* Iterative dataflow function. */
212 typedef void (*df_dataflow_function) (struct dataflow *, bitmap, int *, int);
231 /* Function to remove this problem from the stack of dataflow problems
251 /* The static description of a dataflow problem to solve. See above
258 enum df_flow_dir dir; /* Dataflow direction. */
291 struct dataflow struct
325 /* True if the something has changed which invalidates the dataflow
    [all...]
df.h 32 struct dataflow;
41 /* Scanning is not really a dataflow problem, but it is useful to have
61 /* Dataflow direction. */
211 /* Iterative dataflow function. */
212 typedef void (*df_dataflow_function) (struct dataflow *, bitmap, int *, int);
231 /* Function to remove this problem from the stack of dataflow problems
251 /* The static description of a dataflow problem to solve. See above
258 enum df_flow_dir dir; /* Dataflow direction. */
291 struct dataflow struct
325 /* True if the something has changed which invalidates the dataflow
    [all...]

Completed in 43 milliseconds