Searched refs:getStmtListFor (Results 1 – 3 of 3) sorted by relevance
2432 ArrayRef<ScopStmt *> Scop::getStmtListFor(BasicBlock *BB) const { in getStmtListFor() function in Scop2457 ArrayRef<ScopStmt *> StmtList = getStmtListFor(BB); in getLastStmtFor()2463 ArrayRef<ScopStmt *> Scop::getStmtListFor(RegionNode *RN) const { in getStmtListFor() function in Scop2465 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 Scop2470 return getStmtListFor(R->getEntry()); in getStmtListFor()
1264 for (auto *Stmt : scop->getStmtListFor(RN)) { in buildSchedule()3658 ArrayRef<ScopStmt *> List = scop->getStmtListFor(BB); in buildScop()
2335 ArrayRef<ScopStmt *> getStmtListFor(BasicBlock *BB) const;2352 ArrayRef<ScopStmt *> getStmtListFor(Region *R) const;2357 ArrayRef<ScopStmt *> getStmtListFor(RegionNode *RN) const;