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