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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 2513   ScopStmt *Stmt = scop->getStmtFor(Inst);
 3552       auto *Stmt = S->getStmtFor(&Inst);
tools/polly/lib/Analysis/ScopInfo.cpp
 1992   auto *BasePtrStmt = getStmtFor(PointerBaseInst);
 2436       if (ScopStmt *IncomingStmt = getStmtFor(IncomingInst))
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
 1062           } else if (S.getStmtFor(Inst)) {
tools/polly/lib/Support/VirtualInstruction.cpp
   24   ScopStmt *UserStmt = S->getStmtFor(UI);
   99   if (InputMA || (!Virtual && UserStmt != S->getStmtFor(Inst)))
tools/polly/lib/Transform/ForwardOpTree.cpp
  764         DefStmt = S->getStmtFor(Inst);
tools/polly/lib/Transform/ZoneAlgo.cpp
  806     auto *ValStmt = S->getStmtFor(Inst);