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

References

tools/polly/include/polly/ScopInfo.h
 1368       return BB == getBasicBlock();
tools/polly/lib/Analysis/ScopBuilder.cpp
 1905       buildAccessFunctions(&Stmt, *Stmt.getBasicBlock());
tools/polly/lib/Analysis/ScopInfo.cpp
 1238     return getBasicBlock();
 1727     auto StmtMapIt = StmtMap.find(Stmt.getBasicBlock());
tools/polly/lib/CodeGen/BlockGenerators.cpp
  423   BasicBlock *BB = Stmt.getBasicBlock();
  758   Loop *L = LI.getLoopFor(Stmt.getBasicBlock());
  782                                  return p.first == Stmt.getBasicBlock();
  981       for (auto &Inst : *Stmt.getBasicBlock())
 1369   BasicBlock *BB = Stmt.getBasicBlock();
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  233     findReferencesInBlock(References, Stmt, Stmt->getBasicBlock());