/external/llvm-project/polly/test/DeLICM/ |
D | pass_existence.ll | 35 ; Verify that the DeLICM has a custom printScop() function.
|
/external/llvm-project/polly/include/polly/ |
D | Simplify.h | 113 void printScop(raw_ostream &OS, Scop &S) const;
|
D | DependenceInfo.h | 245 void printScop(raw_ostream &OS, Scop &) const override;
|
D | ScopPass.h | 161 virtual void printScop(raw_ostream &OS, Scop &S) const {}
|
/external/llvm-project/polly/lib/Transform/ |
D | Simplify.cpp | 657 void SimplifyVisitor::printScop(raw_ostream &OS, Scop &S) const { in printScop() function in SimplifyVisitor 700 virtual void printScop(raw_ostream &OS, Scop &S) const override { in printScop() function in __anon2ba4c76d0511::SimplifyLegacyPass 701 Imp.printScop(OS, S); in printScop() 724 Imp.printScop(OS, S); in run()
|
D | FlattenSchedule.cpp | 82 virtual void printScop(raw_ostream &OS, Scop &S) const override { in printScop() function in __anon3f03bd7b0111::FlattenSchedule
|
D | MaximalStaticExpansion.cpp | 54 void printScop(raw_ostream &OS, Scop &S) const override; 466 void MaximalStaticExpander::printScop(raw_ostream &OS, Scop &S) const { in printScop() function in MaximalStaticExpander
|
D | ForwardOpTree.cpp | 1092 void printScop(raw_ostream &OS, Scop &S) const override { in printScop() function in __anon391836e40111::ForwardOpTree
|
D | ScheduleOptimizer.cpp | 1398 void printScop(raw_ostream &OS, Scop &S) const override; 1647 void IslScheduleOptimizer::printScop(raw_ostream &OS, Scop &) const { in printScop() function in IslScheduleOptimizer
|
D | DeLICM.cpp | 1403 virtual void printScop(raw_ostream &OS, Scop &S) const override { in printScop() function in __anonbb29ffce0111::DeLICM
|
/external/llvm-project/polly/lib/Exchange/ |
D | JSONExporter.cpp | 61 void printScop(raw_ostream &OS, Scop &S) const override; 75 void printScop(raw_ostream &OS, Scop &S) const override; 745 void JSONExporter::printScop(raw_ostream &OS, Scop &S) const { OS << S; } in printScop() function in JSONExporter 768 void JSONImporter::printScop(raw_ostream &OS, Scop &S) const { in printScop() function in JSONImporter
|
/external/llvm-project/polly/include/polly/CodeGen/ |
D | IslAst.h | 204 void printScop(raw_ostream &OS, Scop &S) const override;
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopPass.cpp | 38 printScop(OS, *S); in print()
|
D | DependenceInfo.cpp | 881 void polly::DependenceInfo::printScop(raw_ostream &OS, Scop &S) const { in printScop() function in polly::DependenceInfo
|
/external/llvm-project/polly/lib/CodeGen/ |
D | IslAst.cpp | 806 LLVM_DEBUG(printScop(dbgs(), Scop)); in runOnScop() 819 void IslAstInfoWrapperPass::printScop(raw_ostream &OS, Scop &S) const { in printScop() function in IslAstInfoWrapperPass
|
D | PPCGCodeGeneration.cpp | 3594 void printScop(raw_ostream &, Scop &) const override {} in printScop() function in __anon7864146a0411::PPCGCodeGeneration
|