Home
last modified time | relevance | path

Searched refs:analysis (Results 1 – 25 of 128) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/include/llvm/
H A DPassSupport.h34 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
38 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
48 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
55 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
58 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
150 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
156 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
170 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
175 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
178 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def31 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", createHTMLDiagnosticConsum…
32 ANALYSIS_DIAGNOSTICS(HTML_SINGLE_FILE, "html-single-file", "Output analysis results using HTML (not…
33 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", createPlistDiagnosticC…
34 ANALYSIS_DIAGNOSTICS(PLIST_MULTI_FILE, "plist-multi-file", "Output analysis results using Plists (a…
35 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Pli…
36 ANALYSIS_DIAGNOSTICS(SARIF, "sarif", "Output analysis results in a SARIF file", createSarifDiagnost…
37 ANALYSIS_DIAGNOSTICS(TEXT, "text", "Text output of analysis results", createTextPathDiagnosticConsu…
H A DAnalyzerOptions.def138 "during analysis. If temporary destructors are disabled "
222 "actually elided during analysis. Both behaviors are allowed by the C++ "
235 "Whether the analysis should try to widen loops.", false)
239 "Whether the analysis should try to unroll loops with known bounds.", false)
271 "this can increase analysis precision until we have a better way to lazily "
276 bool, IsNaiveCTUEnabled, "experimental-enable-naive-ctu-analysis",
277 "Whether naive cross translation unit analysis is enabled. This is an "
365 "Controls the mode of inter-procedural analysis. Value: \"none\", "
/freebsd-12.1/contrib/gcc/doc/
H A Dloop.texi17 variable analysis and number of iterations analysis).
26 * Number of iterations:: Number of iterations analysis.
27 * Dependency analysis:: Data dependency analysis.
34 @cindex Loop analysis
288 @cindex IV analysis on GIMPLE
351 @section IV analysis on RTL
352 @cindex IV analysis on RTL
361 analysis:
399 @section Number of iterations analysis
400 @cindex Number of iterations analysis
[all …]
H A Dlanguages.texi23 of these, such as alias analysis, may work better when GCC is
H A Dtree-ssa.texi45 * Alias analysis:: Representing aliased loads and stores.
775 Data flow analysis and optimization is done on all tree nodes
1497 @node Alias analysis
1498 @section Alias analysis
1500 @cindex flow-sensitive alias analysis
1501 @cindex flow-insensitive alias analysis
1503 Alias analysis proceeds in 4 main phases:
1506 @item Structural alias analysis.
1543 @item Points-to and escape analysis.
1565 We use escape analysis to determine whether a variable is
[all …]
H A Dpasses.texi70 semantic analysis is not complete until gimplification occurs.
286 result is unused. It does not do memory life analysis, so any value
331 This pass performs a flow sensitive SSA-based points-to analysis.
332 The resulting may-alias, must-alias, and escape analysis information
410 just trivial invariantness analysis in loop unswitching. The pass also includes
415 loop using it, in case when a complicated analysis is necessary to determine
430 in tree level alias analysis.
718 generic loop analysis and manipulation code. Initialization and finalization
746 @item Life analysis
845 information is not available, various types of static analysis are
/freebsd-12.1/contrib/gcc/
H A Dtimevar.def56 /* Time spent by life analysis. */
57 DEFTIMEVAR (TV_LIFE , "life analysis")
60 DEFTIMEVAR (TV_ALIAS_ANALYSIS , "alias analysis")
65 DEFTIMEVAR (TV_LEX , "lexical analysis")
79 DEFTIMEVAR (TV_TREE_MAY_ALIAS , "tree alias analysis")
132 DEFTIMEVAR (TV_LOOP , "loop analysis")
145 DEFTIMEVAR (TV_FLOW , "flow analysis")
H A Dparams.def290 for analysis of # of iterations of the loop tries to evaluate. */
293 "Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates",
573 Some simple analysis showed that more than 99% of the jump
583 /* This is the maximum number of fields a variable may have before the pointer analysis machinery
589 …"Maximum number of fields in a structure before pointer analysis treats the structure as a single …
/freebsd-12.1/contrib/unbound/
H A D.travis.yml16 - (cd testdata/clang-analysis.tdir; bash clang-analysis.test)
/freebsd-12.1/lib/libblacklist/
H A DMakefile12 CFLAGS.clang+=-Wno-thread-safety-analysis
/freebsd-12.1/contrib/openbsm/
H A DCREDITS40 In addition, Coverity, Inc.'s Prevent(tm) static analysis tool and Gimpel
/freebsd-12.1/contrib/unbound/doc/
H A DCREDITS14 Ondřej Surý - running coverity analysis tool on 0.9 dev version.
/freebsd-12.1/contrib/gcc/config/arm/
H A Dt-arm-coff31 # Currently there is a bug somewhere in GCC's alias analysis
H A Dt-xscale-coff42 # Currently there is a bug somewhere in GCC's alias analysis
H A Dt-strongarm-pe35 # Currently there is a bug somewhere in GCC's alias analysis
H A Dt-strongarm-elf32 # Currently there is a bug somewhere in GCC's alias analysis
H A Dt-xscale-elf54 # Currently there is a bug somewhere in GCC's alias analysis
H A Dt-arm-elf67 # Currently there is a bug somewhere in GCC's alias analysis
/freebsd-12.1/contrib/libucl/m4/
H A Dgcov.m428 AC_ARG_ENABLE(coverage, AC_HELP_STRING([--enable-coverage],[configure code coverage analysis tools]…
/freebsd-12.1/gnu/usr.bin/grep/
H A DAUTHORS27 exhaustive performance analysis of various implementation alternatives.
/freebsd-12.1/sys/contrib/libsodium/
H A DTHANKS89 - Coverity, Inc. to provide static analysis.
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dspuelf.em37 /* Non-zero to perform stack space analysis. */
446 { "stack-analysis", no_argument, NULL, OPTION_SPU_STACK_ANALYSIS },
457 --stack-analysis Estimate maximum stack requirement.\n\
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSISchedule.td52 // to the register pressure analysis.
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrFMA.td261 // Commuting the 1st operand of FMA*_Int requires some additional analysis,
263 // the lowest element of the FMA*_Int instruction. Even though such analysis
290 // forms and is possible only after special analysis of all uses of the initial
291 // instruction. Such analysis do not exist yet and thus introducing the 231
293 // such analysis will be implemented eventually.

123456