Searched refs:JSONExporter (Results 1 – 2 of 2) sorted by relevance
53 struct JSONExporter : public ScopPass { struct55 explicit JSONExporter() : ScopPass(ID) {} in JSONExporter() function744 char JSONExporter::ID = 0;745 void JSONExporter::printScop(raw_ostream &OS, Scop &S) const { OS << S; } in printScop()747 bool JSONExporter::runOnScop(Scop &S) { in runOnScop()752 void JSONExporter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()757 Pass *polly::createJSONExporterPass() { return new JSONExporter(); } in createJSONExporterPass()816 INITIALIZE_PASS_BEGIN(JSONExporter, "polly-export-jscop",821 INITIALIZE_PASS_END(JSONExporter, "polly-export-jscop",
77 Exchange/JSONExporter.cpp