HomeSort by relevance Sort by last modified time
    Searched refs:PruneTriviallyFalseEdges (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 70 cfgBuildOptions.PruneTriviallyFalseEdges = !useUnoptimizedCFG;
132 if (!cfgBuildOptions.PruneTriviallyFalseEdges)
147 SaveAndRestore<bool> NotPrune(cfgBuildOptions.PruneTriviallyFalseEdges,
CFG.cpp 440 if (!BuildOpts.PruneTriviallyFalseEdges)
450 if (!BuildOpts.PruneTriviallyFalseEdges ||
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 131 return !cfgBuildOptions.PruneTriviallyFalseEdges;
389 return !cfgBuildOptions.PruneTriviallyFalseEdges;
CFG.h 566 bool PruneTriviallyFalseEdges;
587 ,forcedBlkExprs(0), PruneTriviallyFalseEdges(true)
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 837 AC.getCFGBuildOptions().PruneTriviallyFalseEdges = true;
    [all...]

Completed in 53 milliseconds