Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DDependenceInfo.h53 using StatementToIslMapTy = DenseMap<ScopStmt *, isl::map>; variable
126 bool isValidSchedule(Scop &S, const StatementToIslMapTy &NewSchedules) const;
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp204 typedef Dependences::StatementToIslMapTy StatementToIslMapTy; typedef
268 StatementToIslMapTy NewSchedule; in importSchedule()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp640 StatementToIslMapTy NewSchedules; in isValidSchedule()
651 Scop &S, const StatementToIslMapTy &NewSchedule) const { in isValidSchedule()