Home
last modified time | relevance | path

Searched refs:analyzed (Results 1 – 25 of 68) sorted by relevance

123

/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp23 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
31 if (!analyzed[DstBlockID]) { in isReachable()
33 analyzed[DstBlockID] = true; in isReachable()
44 llvm::BitVector visited(analyzed.size()); in mapReachability()
47 DstReachability.resize(analyzed.size(), false); in mapReachability()
/external/skia/infra/bots/recipes/
Dcompute_buildstats.py33 analyzed = 0
40 analyzed += len(files)
49 analyzed += len(files)
58 analyzed += len(files)
67 analyzed += len(files)
76 analyzed += len(files)
85 analyzed += len(files)
89 if not analyzed: # pragma: nocover
/external/skqp/infra/bots/recipes/
Dcompute_buildstats.py32 analyzed = 0
39 analyzed += len(files)
48 analyzed += len(files)
57 analyzed += len(files)
66 analyzed += len(files)
75 analyzed += len(files)
78 if not analyzed: # pragma: nocover
/external/clang/include/clang/Analysis/Analyses/
DCFGReachabilityAnalysis.h35 ReachableSet analyzed; variable
/external/clang/docs/analyzer/
DDebugChecks.rst25 function being analyzed.
31 top-level function being analyzed.
35 are several functions analyzed, display one graph per function. Beware
109 also be analyzed as a top-level function (in which case both TRUE and FALSE
Dnullability.rst47 - We can either take the branch; this way the branch is analyzed
73 …alse positives but the functions that takes nullable parameters will be analyzed separately as wel…
/external/clang/test/Analysis/
Dobjc-method-coverage.m16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining t…
/external/clang/test/Analysis/inlining/
Dassume-super-init-does-not-return-nil.m29 // Test that this is being analyzed.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ValueTracking/
Dselect-pattern.ll4 ; as an operand to be analyzed. This would then cause
/external/antlr/antlr3-maven-plugin/src/site/apt/examples/
Dsimple.apt25 import grammars under <<<src/main/antlr3/imports>>> will be analyzed and converted to
/external/bcc/tools/
Drunqslower_example.txt28 These delays can be analyzed in depth with "perf sched" tool, see:
/external/turbine/proto/
Ddeps.proto46 // Name of the rule being analyzed.
/external/llvm/test/Transforms/LICM/
DAliasSetMemSet.ll2 ; Check no assertion when loop-idiom deletes the MemSet already analyzed by licm
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
DAliasSetMemSet.ll2 ; Check no assertion when loop-idiom deletes the MemSet already analyzed by licm
/external/llvm/test/Transforms/LoopVectorize/
Dvect.stats.ll8 ; CHECK: 2 loop-vectorize - Number of loops analyzed for vectorization
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dvect.stats.ll8 ; CHECK: 2 loop-vectorize - Number of loops analyzed for vectorization
/external/llvm/test/Transforms/LoopVectorize/X86/
Dvect.omp.force.small-tc.ll8 ; CHECK: 2 loop-vectorize - Number of loops analyzed for vectorization
Dvect.omp.force.ll8 ; CHECK: 2 loop-vectorize - Number of loops analyzed for vectorization
/external/clang/lib/StaticAnalyzer/
DREADME.txt55 the behavior of the analyzed program from the entry point. To
115 The second prints to the console what function is being analyzed. The
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/
Dwrapping-pointer-versioning.ll30 ; The expression for %mul_ext as analyzed by SCEV is
127 ; The expression for %mul_ext as analyzed by SCEV is
207 ; The expression for %mul_ext as analyzed by SCEV is
283 ; The expression for %mul_ext as analyzed by SCEV is
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dwrapping-pointer-versioning.ll30 ; The expression for %mul_ext as analyzed by SCEV is
127 ; The expression for %mul_ext as analyzed by SCEV is
207 ; The expression for %mul_ext as analyzed by SCEV is
283 ; The expression for %mul_ext as analyzed by SCEV is
/external/python/cpython3/Doc/library/
Dmodulefinder.rst63 The script that is going to get analyzed later on (bacon.py)::
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dvect.omp.force.ll8 ; CHECK: 2 loop-vectorize - Number of loops analyzed for vectorization
/external/wycheproof/doc/
Ddsa.md150 Howgrave-Graham and Smart analyzed such a situation [HS99]. Their results
153 Nguyen analyzed a similar flaw in GPG [N04].
/external/python/cpython2/Doc/library/
Dmodulefinder.rst66 The script that is going to get analyzed later on (bacon.py)::

123