Home
last modified time | relevance | path

Searched refs:JSONExporter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp54 class JSONExporter : public ScopPass { class
57 explicit JSONExporter() : ScopPass(ID) {} in JSONExporter() function in __anon573d2cda0111::JSONExporter
745 char JSONExporter::ID = 0;
746 void JSONExporter::printScop(raw_ostream &OS, Scop &S) const { OS << S; } in printScop()
748 bool JSONExporter::runOnScop(Scop &S) { in runOnScop()
753 void JSONExporter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
758 Pass *polly::createJSONExporterPass() { return new JSONExporter(); } in createJSONExporterPass()
817 INITIALIZE_PASS_BEGIN(JSONExporter, "polly-export-jscop",
822 INITIALIZE_PASS_END(JSONExporter, "polly-export-jscop",
/llvm-project-15.0.7/polly/lib/
H A DCMakeLists.txt77 Exchange/JSONExporter.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8691 polly/include/polly/JSONExporter.h
8758 polly/lib/Exchange/JSONExporter.cpp