Searched refs:JSONImporter (Results 1 – 22 of 22) sorted by relevance
67 struct JSONImporter : public ScopPass { struct70 explicit JSONImporter() : ScopPass(ID) {} in JSONImporter() argument766 char JSONImporter::ID = 0;768 void JSONImporter::printScop(raw_ostream &OS, Scop &S) const { in printScop()776 bool JSONImporter::runOnScop(Scop &S) { in runOnScop()787 void JSONImporter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()795 Pass *polly::createJSONImporterPass() { return new JSONImporter(); } in createJSONImporterPass()826 INITIALIZE_PASS_BEGIN(JSONImporter, "polly-import-jscop",831 INITIALIZE_PASS_END(JSONImporter, "polly-import-jscop",
5 ; Verify that the JSONImporter checks if the relation is valid.
5 ; Verify that the JSONImporter checks if there is a key name 'statements'.
5 ; Verify that the JSONImporter checks if there is a key name 'relation' for each MemAcc.
5 ; Verify that the JSONImporter checks if there is the correct number of memory accesses.
5 ; Verify that the JSONImporter checks if the access function have a declared ScopArrayInfo.
5 ; Verify that the JSONImporter checks if there is a key name "accesses" for each statement.
5 ; Verify that the JSONImporter checks if the number of indices and the number of statements differ.
5 ; Verify that the JSONImporter checks if there is the right parameter dimensions.
5 ; Verify if the JSONImporter check if the context is parsed successfully.
5 ; Verify if the JSONImporter check if there is a key name 'context'.
5 ; Verify if the JSONImporter check if the imported set is a parameter one.
5 ; Verify if the JSONImporter check if there is the right number of parameters.
5 ; Verify if the JSONImporter check if there is a key name 'statements'.
5 ; Verify if the JSONImporter check if there is a key name 'schedule'.
5 ; Verify if the JSONImporter check if the parsed schedule is valid.
5 ; Verify if the JSONImporter check if there is the right number of statements.
5 ; Verify if the JSONImporter checks if the arrays have a key name 'sizes'.
5 ; Verify if the JSONImporter checks if the parsed type is valid.
5 ; Verify if the JSONImporter checks if the arrays have a key name 'name'.
5 ; Verify if the JSONImporter checks if the arrays have a key name 'type'.
19 ; Verify if the JSONImporter checks if the size of the new array is positive.