Searched refs:PruneTriviallyFalseEdges (Results 1 – 5 of 5) sorted by relevance
76 cfgBuildOptions.PruneTriviallyFalseEdges = !useUnoptimizedCFG; in AnalysisDeclContextManager()205 if (!cfgBuildOptions.PruneTriviallyFalseEdges) in getCFG()225 SaveAndRestore<bool> NotPrune(cfgBuildOptions.PruneTriviallyFalseEdges, in getUnoptimizedCFG()
855 if (!BuildOpts.PruneTriviallyFalseEdges) in tryEvaluate()865 if (!BuildOpts.PruneTriviallyFalseEdges || in tryEvaluateBool()
124 return !cfgBuildOptions.PruneTriviallyFalseEdges; in getUseUnoptimizedCFG()434 return !cfgBuildOptions.PruneTriviallyFalseEdges; in getUseUnoptimizedCFG()
733 bool PruneTriviallyFalseEdges; variable758 PruneTriviallyFalseEdges(true), AddEHEdges(false), in BuildOptions()
1888 AC.getCFGBuildOptions().PruneTriviallyFalseEdges = true; in IssueWarnings()