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

References

tools/polly/lib/Transform/ForwardOpTree.cpp
  797     assert(RA->isLatestScalarKind());
  798     LLVM_DEBUG(dbgs() << "Trying to forward operand tree " << RA << "...\n");
  800     ScopStmt *Stmt = RA->getStatement();
  811         forwardTree(Stmt, RA->getAccessValue(), Stmt, InLoop, false);
  817         forwardTree(Stmt, RA->getAccessValue(), Stmt, InLoop, true);
  823       Stmt->removeSingleMemoryAccess(RA);