Home
last modified time | relevance | path

Searched defs:scop (Results 1 – 5 of 5) sorted by relevance

/llvm-project/polly/utils/pyscop/
H A Djscop2iscc.py5 def printDomain(scop): argument
15 def printAccesses(scop): argument
37 def printSchedule(scop): argument
/llvm-project/polly/utils/
H A Djscop2cloog.py5 def getDomains(scop): argument
18 def getSchedules(scop): argument
29 def writeCloog(scop): argument
/llvm-project/polly/lib/Analysis/
H A DScopPass.cpp109 if (auto *scop = S.second.get()) in invalidate() local
124 auto *scop = S.second.get(); in invalidate() local
H A DScopInfo.cpp2536 operator <<(raw_ostream & OS,const Scop & scop) operator <<() argument
/llvm-project/polly/include/polly/
H A DScopBuilder.h63 std::unique_ptr<Scop> scop; variable