Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp2347 ArrayRef<ScopStmt *> Scop::getStmtListFor(BasicBlock *BB) const { in getStmtListFor() function in Scop
2372 ArrayRef<ScopStmt *> StmtList = getStmtListFor(BB); in getLastStmtFor()
2378 ArrayRef<ScopStmt *> Scop::getStmtListFor(RegionNode *RN) const { in getStmtListFor() function in Scop
2380 return getStmtListFor(RN->getNodeAs<Region>()); in getStmtListFor()
2381 return getStmtListFor(RN->getNodeAs<BasicBlock>()); in getStmtListFor()
2384 ArrayRef<ScopStmt *> Scop::getStmtListFor(Region *R) const { in getStmtListFor() function in Scop
2385 return getStmtListFor(R->getEntry()); in getStmtListFor()
H A DScopBuilder.cpp1266 for (auto *Stmt : scop->getStmtListFor(RN)) { in buildSchedule()
3475 ArrayRef<ScopStmt *> List = scop->getStmtListFor(BB); in buildScop()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2319 ArrayRef<ScopStmt *> getStmtListFor(BasicBlock *BB) const;
2336 ArrayRef<ScopStmt *> getStmtListFor(Region *R) const;
2341 ArrayRef<ScopStmt *> getStmtListFor(RegionNode *RN) const;