Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2432 ArrayRef<ScopStmt *> Scop::getStmtListFor(BasicBlock *BB) const { in getStmtListFor() function in Scop
2457 ArrayRef<ScopStmt *> StmtList = getStmtListFor(BB); in getLastStmtFor()
2463 ArrayRef<ScopStmt *> Scop::getStmtListFor(RegionNode *RN) const { in getStmtListFor() function in Scop
2465 return getStmtListFor(RN->getNodeAs<Region>()); in getStmtListFor()
2466 return getStmtListFor(RN->getNodeAs<BasicBlock>()); in getStmtListFor()
2469 ArrayRef<ScopStmt *> Scop::getStmtListFor(Region *R) const { in getStmtListFor() function in Scop
2470 return getStmtListFor(R->getEntry()); in getStmtListFor()
DScopBuilder.cpp1264 for (auto *Stmt : scop->getStmtListFor(RN)) { in buildSchedule()
3658 ArrayRef<ScopStmt *> List = scop->getStmtListFor(BB); in buildScop()
/external/llvm-project/polly/include/polly/
DScopInfo.h2335 ArrayRef<ScopStmt *> getStmtListFor(BasicBlock *BB) const;
2352 ArrayRef<ScopStmt *> getStmtListFor(Region *R) const;
2357 ArrayRef<ScopStmt *> getStmtListFor(RegionNode *RN) const;