Searched refs:PruneTriviallyFalseEdges (Results 1 – 5 of 5) sorted by relevance
76 cfgBuildOptions.PruneTriviallyFalseEdges = !useUnoptimizedCFG; in AnalysisDeclContextManager()188 if (!cfgBuildOptions.PruneTriviallyFalseEdges) in getCFG()208 SaveAndRestore<bool> NotPrune(cfgBuildOptions.PruneTriviallyFalseEdges, in getUnoptimizedCFG()
806 if (!BuildOpts.PruneTriviallyFalseEdges) in tryEvaluate()816 if (!BuildOpts.PruneTriviallyFalseEdges || in tryEvaluateBool()
124 return !cfgBuildOptions.PruneTriviallyFalseEdges; in getUseUnoptimizedCFG()434 return !cfgBuildOptions.PruneTriviallyFalseEdges; in getUseUnoptimizedCFG()
734 bool PruneTriviallyFalseEdges; variable759 PruneTriviallyFalseEdges(true), AddEHEdges(false), in BuildOptions()
1883 AC.getCFGBuildOptions().PruneTriviallyFalseEdges = true; in IssueWarnings()