reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/Support/PollyPasses.def
    4 FUNCTION_ANALYSIS("polly-detect", ScopAnalysis())
    5 FUNCTION_ANALYSIS("polly-function-scops", ScopInfoAnalysis())
   19 SCOP_ANALYSIS("polly-ast", IslAstAnalysis())
   20 SCOP_ANALYSIS("polly-dependences", DependenceAnalysis())
tools/polly/lib/Support/RegisterPasses.cpp
  592   if (parseAnalysisUtilityPasses<OwningScopAnalysisManagerFunctionProxy>(
unittests/IR/PassBuilderCallbacksTest.cpp
  443           if (parseAnalysisUtilityPasses<AnalysisT>("test-analysis", Name, PM))
  956         if (parseAnalysisUtilityPasses<AnalysisT>("test-analysis", E.Name, PM))