Home
last modified time | relevance | path

Searched refs:getSchedule (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DFlattenSchedule.cpp61 OldSchedule = S.getSchedule(); in runOnScop()
88 printSchedule(OS, S.getSchedule(), 4); in printScop()
H A DDeadCodeElimination.cpp86 isl::union_map Schedule = S.getSchedule(); in getLiveOut()
H A DScheduleOptimizer.cpp578 auto OldSchedule = S.getSchedule(); in isProfitableSchedule()
H A DZoneAlgo.cpp264 Schedule(S->getSchedule()) { in ZoneAlgorithm()
/llvm-project-15.0.7/mlir/test/lib/Dialect/SCF/
H A DTestSCFUtils.cpp132 getSchedule(scf::ForOp forOp, in getSchedule() function
198 options.getScheduleFn = getSchedule; in runOnOperation()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h152 static isl::union_map getSchedule(const isl::ast_node &Node);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DPolyhedralInfo.cpp136 isl_map *ScheduleMap = SS.getSchedule().release(); in getScheduleForLoop()
H A DDependenceInfo.cpp157 isl_map *StmtScheduleMap = Stmt.getSchedule().release(); in collectInfo()
176 isl_union_map_add_map(StmtSchedule, Stmt.getSchedule().release()); in collectInfo()
665 StmtScat = Stmt.getSchedule(); in isValidSchedule()
H A DScopInfo.cpp1093 isl::map ScopStmt::getSchedule() const { in getSchedule() function in ScopStmt
1097 auto Schedule = getParent()->getSchedule(); in getSchedule()
1205 return stringFromIslObj(getSchedule()); in getScheduleStr()
2251 isl::union_map Scop::getSchedule() const { in getSchedule() function in Scop
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1295 isl::map getSchedule() const;
2562 isl::union_map getSchedule() const;
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp332 ScheduleMap = ScheduleMap.unite(Stmt.getSchedule()); in importSchedule()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp616 isl::union_map IslAstInfo::getSchedule(const isl::ast_node &Node) { in getSchedule() function in IslAstInfo
H A DIslNodeBuilder.cpp315 return IslAstInfo::getSchedule(Node); in getScheduleForAstNode()