Home
last modified time | relevance | path

Searched refs:isValidSchedule (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DDependenceInfo.h126 bool isValidSchedule(Scop &S, const StatementToIslMapTy &NewSchedules) const;
130 bool isValidSchedule(Scop &S, isl::schedule NewSched) const;
/llvm-project-15.0.7/polly/lib/Transform/
H A DManualOptimizer.cpp158 if (D->isValidSchedule(*S, Result)) in checkDependencyViolation()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp637 bool Dependences::isValidSchedule(Scop &S, isl::schedule NewSched) const { in isValidSchedule() function in Dependences
647 return isValidSchedule(S, NewSchedules); in isValidSchedule()
650 bool Dependences::isValidSchedule( in isValidSchedule() function in Dependences
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h604 bool isValidSchedule(SwingSchedulerDAG *SSD);
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp321 if (!D.isValidSchedule(S, NewSchedule)) { in importSchedule()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2094 scheduleFound = Schedule.isValidSchedule(this); in schedulePipeline()
2779 bool SMSchedule::isValidSchedule(SwingSchedulerDAG *SSD) { in isValidSchedule() function in SMSchedule