Coverage Report

Created: 2019-07-24 05:18

/Users/buildslave/jenkins/workspace/clang-stage2-coverage-R/llvm/tools/polly/lib/Support/PollyPasses.def
Line
Count
Source (jump to first uncovered line)
1
#ifndef FUNCTION_ANALYSIS
2
#define FUNCTION_ANALYSIS(NAME, CREATE_PASS)
3
#endif
4
1.27k
FUNCTION_ANALYSIS("polly-detect", ScopAnalysis())
5
1.27k
FUNCTION_ANALYSIS("polly-function-scops", ScopInfoAnalysis())
6
30
#undef FUNCTION_ANALYSIS
7
30
8
#ifndef FUNCTION_PASS
9
#define FUNCTION_PASS(NAME, CREATE_PASS)
10
#endif
11
30
FUNCTION_PASS("polly-prepare", CodePreparationPass())
12
30
FUNCTION_PASS28
("print<polly-detect>", ScopAnalysisPrinterPass(errs()))
13
28
FUNCTION_PASS("print<polly-function-scops>", ScopInfoPrinterPass(errs()))
14
28
#undef FUNCTION_PASS
15
28
16
#ifndef SCOP_ANALYSIS
17
#define SCOP_ANALYSIS(NAME, CREATE_PASS)
18
#endif
19
1.25k
SCOP_ANALYSIS("polly-ast", IslAstAnalysis())
20
1.25k
SCOP_ANALYSIS("polly-dependences", DependenceAnalysis())
21
1
#undef SCOP_ANALYSIS
22
1
23
#ifndef SCOP_PASS
24
#define SCOP_PASS(NAME, CREATE_PASS)
25
#endif
26
1
SCOP_PASS("polly-export-jscop", JSONExportPass())
27
1
SCOP_PASS("polly-import-jscop", JSONImportPass())
28
1
SCOP_PASS("print<polly-ast>", IslAstPrinterPass(outs()))
29
1
SCOP_PASS0
("print<polly-dependences>", DependenceInfoPrinterPass(outs()))
30
0
SCOP_PASS("polly-codegen", CodeGenerationPass())
31
0
#undef SCOP_PASS