reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/include/polly/ScopInfo.h
 2409   ArrayRef<ScopStmt *> getStmtListFor(BasicBlock *BB) const;

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 3624       ArrayRef<ScopStmt *> List = scop->getStmtListFor(BB);
tools/polly/lib/Analysis/ScopInfo.cpp
 2446   ArrayRef<ScopStmt *> StmtList = getStmtListFor(BB);
 2455   return getStmtListFor(RN->getNodeAs<BasicBlock>());
 2459   return getStmtListFor(R->getEntry());