Searched refs:JSONImportPass (Results 1 – 4 of 4) sorted by relevance
25 struct JSONImportPass : public llvm::PassInfoMixin<JSONExportPass> { struct
27 SCOP_PASS("polly-import-jscop", JSONImportPass())
495 SPM.addPass(JSONImportPass()); in buildDefaultPollyPipeline()
797 PreservedAnalyses JSONImportPass::run(Scop &S, ScopAnalysisManager &SAM, in run()