Searched refs:getStmtListFor (Results 1 – 3 of 3) sorted by relevance
2347 ArrayRef<ScopStmt *> Scop::getStmtListFor(BasicBlock *BB) const { in getStmtListFor() function in Scop2372 ArrayRef<ScopStmt *> StmtList = getStmtListFor(BB); in getLastStmtFor()2378 ArrayRef<ScopStmt *> Scop::getStmtListFor(RegionNode *RN) const { in getStmtListFor() function in Scop2380 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 Scop2385 return getStmtListFor(R->getEntry()); in getStmtListFor()
1266 for (auto *Stmt : scop->getStmtListFor(RN)) { in buildSchedule()3475 ArrayRef<ScopStmt *> List = scop->getStmtListFor(BB); in buildScop()
2319 ArrayRef<ScopStmt *> getStmtListFor(BasicBlock *BB) const;2336 ArrayRef<ScopStmt *> getStmtListFor(Region *R) const;2341 ArrayRef<ScopStmt *> getStmtListFor(RegionNode *RN) const;