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

References

tools/polly/include/polly/ScopInfo.h
 1357     if (isBlockStmt())
 1367     if (isBlockStmt())
 1376     if (isBlockStmt())
 1480     assert(isBlockStmt() || R->getExit() == PHI->getParent());
tools/polly/lib/Analysis/ScopBuilder.cpp
 1904     if (Stmt.isBlockStmt()) {
 2270   if (Stmt->isBlockStmt())
 3560       if (Inst.isTerminator() && Stmt->isBlockStmt())
 3674     if (Stmt.isBlockStmt())
tools/polly/lib/Analysis/ScopInfo.cpp
 1237   if (isBlockStmt())
tools/polly/lib/CodeGen/BlockGenerators.cpp
  352   return (Stmt.isBlockStmt() || !Stmt.getRegion()->contains(L)) &&
  418   assert(Stmt.isBlockStmt() &&
  461   if (Stmt.isBlockStmt() || (Stmt.isRegionStmt() && Stmt.getEntryBlock() == BB))
  760   assert(Stmt.isBlockStmt() &&
  980     else if (Stmt.isBlockStmt())
 1365   assert(Stmt.isBlockStmt() &&
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  232   if (Stmt->isBlockStmt())
  990     if (Stmt->isBlockStmt())
tools/polly/lib/Support/VirtualInstruction.cpp
  201   if (!Stmt->isBlockStmt()) {
tools/polly/lib/Transform/Simplify.cpp
  427             Stmt.isBlockStmt() || MA->isOriginalScalarKind() ||
tools/polly/lib/Transform/ZoneAlgo.cpp
  402         Load, Stmt, LI->getLoopFor(Load->getParent()), Stmt->isBlockStmt());