HomeSort by relevance Sort by last modified time
    Searched full:dataflow (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h 1 //===--- DataflowValues.h - Data structure for dataflow values --*- C++ -*-===//
10 // This file defines a skeleton data structure for encapsulating the dataflow
24 /// Dataflow Directional Tag Classes. These are used for tag dispatching
25 /// within the dataflow solver/transfer functions to determine what direction
26 /// 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...]
DataflowSolver.h 1 //===--- DataflowSolver.h - Skeleton Dataflow Analysis Code -----*- C++ -*-===//
10 // This file defines skeleton code for implementing dataflow analyses.
28 /// dataflow algorithms.
61 // of our dataflow analysis.
64 namespace dataflow { namespace in namespace:clang
112 } // end namespace dataflow
115 /// DataflowSolverTy - Generic dataflow solver.
138 typedef dataflow::ItrTraits<AnalysisDirTag> ItrTraits;
151 /// runOnCFG - Computes dataflow values for all blocks in a CFG.
153 // Set initial dataflow values and boundary conditions
    [all...]
  /external/clang/test/Analysis/
no-exit-cfg.c 6 // The flow-sensitive dataflow solver should work even when no block in
  /external/llvm/include/llvm/Support/
DataFlow.h 1 //===-- llvm/Support/DataFlow.h - dataflow as graphs ------------*- C++ -*-===//
  /dalvik/vm/compiler/codegen/
Ralloc.h 23 #include "compiler/Dataflow.h"
55 * dataflow analysis and refer to slot numbers in the cUnit->regLocation
59 * identified by the dataflow pass what it's new name is.
  /dalvik/vm/compiler/codegen/mips/
Ralloc.h 27 #include "compiler/Dataflow.h"
59 * dataflow analysis and refer to slot numbers in the cUnit->regLocation
63 * identified by the dataflow pass what it's new name is.
LocalOptimizations.cpp 135 * Skip already dead instructions (whose dataflow information is
322 * Skip already dead instructions (whose dataflow information is
  /dalvik/vm/compiler/
Ralloc.cpp 19 #include "Dataflow.h"
  /external/valgrind/main/memcheck/tests/x86/
tronical.S 4 exactly the %eflags dataflow surrounding 'cmpb $0, ... ; js ..'
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 127 {"dataflow optimize", 1, opt, rc_optimize, NULL},
129 {"dataflow swizzles", 1, 1, rc_dataflow_swizzles, NULL},
radeon_dataflow.h 123 * Compiler passes based on dataflow analysis.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 127 {"dataflow optimize", 1, opt, rc_optimize, NULL},
129 {"dataflow swizzles", 1, 1, rc_dataflow_swizzles, NULL},
radeon_dataflow.h 123 * Compiler passes based on dataflow analysis.
  /dalvik/vm/compiler/codegen/arm/
ArmRallocUtil.cpp 23 #include "compiler/Dataflow.h"
LocalOptimizations.cpp 135 * Skip already dead instructions (whose dataflow information is
322 * Skip already dead instructions (whose dataflow information is
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 11 // that issues warnings based on dataflow-analysis.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 99 /* Time spent in dataflow problems. */
249 DEFTIMEVAR (TV_VAR_TRACKING_DATAFLOW , "var-tracking dataflow")
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 99 /* Time spent in dataflow problems. */
249 DEFTIMEVAR (TV_VAR_TRACKING_DATAFLOW , "var-tracking dataflow")
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 99 /* Time spent in dataflow problems. */
249 DEFTIMEVAR (TV_VAR_TRACKING_DATAFLOW , "var-tracking dataflow")
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 99 /* Time spent in dataflow problems. */
249 DEFTIMEVAR (TV_VAR_TRACKING_DATAFLOW , "var-tracking dataflow")
  /art/compiler/dex/
arena_allocator.cc 34 "DataFlow ",
  /external/chromium_org/v8/test/cctest/
cctest.gyp 60 'test-dataflow.cc',
  /external/v8/test/cctest/
SConscript 64 'test-dataflow.cc',
cctest.gyp 59 'test-dataflow.cc',
  /art/compiler/dex/quick/
local_optimizations.cc 136 * Skip already dead instructions (whose dataflow information is
325 * Skip already dead instructions (whose dataflow information is

Completed in 1001 milliseconds

1 2 3 4 5