Home
last modified time | relevance | path

Searched refs:printSchedule (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/Transform/
DFlattenSchedule.cpp31 void printSchedule(raw_ostream &OS, const isl::union_map &Schedule, in printSchedule() function
62 LLVM_DEBUG(printSchedule(dbgs(), OldSchedule, 2)); in runOnScop()
67 LLVM_DEBUG(printSchedule(dbgs(), RestrictedOldSchedule, 2)); in runOnScop()
72 LLVM_DEBUG(printSchedule(dbgs(), NewSchedule, 2)); in runOnScop()
76 LLVM_DEBUG(printSchedule(dbgs(), NewSchedule, 2)); in runOnScop()
84 printSchedule(OS, OldSchedule, 4); in printScop()
88 printSchedule(OS, S.getSchedule(), 4); in printScop()
/external/llvm-project/polly/utils/pyscop/
Djscop2iscc.py37 def printSchedule(scop): function
59 printSchedule(scop)