Home
last modified time | relevance | path

Searched refs:PruneTriviallyFalseEdges (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h121 return !cfgBuildOptions.PruneTriviallyFalseEdges; in getUseUnoptimizedCFG()
459 return !cfgBuildOptions.PruneTriviallyFalseEdges; in getUseUnoptimizedCFG()
H A DCFG.h1238 bool PruneTriviallyFalseEdges = true; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp75 cfgBuildOptions.PruneTriviallyFalseEdges = !useUnoptimizedCFG; in AnalysisDeclContextManager()
212 if (!cfgBuildOptions.PruneTriviallyFalseEdges) in getCFG()
232 SaveAndRestore NotPrune(cfgBuildOptions.PruneTriviallyFalseEdges, false); in getUnoptimizedCFG()
H A DCFG.cpp1328 if (!BuildOpts.PruneTriviallyFalseEdges) in tryEvaluate()
1338 if (!BuildOpts.PruneTriviallyFalseEdges || in tryEvaluateBool()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp159 Options.PruneTriviallyFalseEdges = true; in build()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2879 AC.getCFGBuildOptions().PruneTriviallyFalseEdges = true; in IssueWarnings()