Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h1262 SmallVector<Loop *, 4> NestLoops; variable
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1250 unsigned ScopStmt::getNumIterators() const { return NestLoops.size(); } in getNumIterators()
1255 return NestLoops[Dimension]; in getLoopForDimension()
DScopBuilder.cpp2662 Stmt.NestLoops.insert(Stmt.NestLoops.begin(), Loops.rbegin(), Loops.rend()); in collectSurroundingLoops()