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

References

tools/polly/include/polly/Support/VirtualInstruction.h
  198     return VirtualUse::create(User, User->getSurroundingLoop(), U->get(), true);
tools/polly/lib/Analysis/PolyhedralInfo.cpp
  131     if (L->contains(SS.getSurroundingLoop())) {
tools/polly/lib/Analysis/ScopBuilder.cpp
 1647   Loop *SurroundingLoop = Stmt->getSurroundingLoop();
 1738   Loop *SurroundingLoop = Stmt->getSurroundingLoop();
 1869   Loop *SurroundingLoop = Stmt->getSurroundingLoop();
 2546   auto *Scope = UserStmt->getSurroundingLoop();
 3576           VirtualUse::create(S, Stmt, Stmt->getSurroundingLoop(), &Inst, true);
tools/polly/lib/Support/VirtualInstruction.cpp
  349           Loop *Scope = Stmt->getSurroundingLoop();
tools/polly/lib/Transform/ForwardOpTree.cpp
  725           S, TargetStmt, TargetStmt->getSurroundingLoop(), UseVal, true);
  801     Loop *InLoop = Stmt->getSurroundingLoop();
tools/polly/lib/Transform/ZoneAlgo.cpp
  425                                      : Stmt->getSurroundingLoop();
  678       isInsideLoop(DefStmt->getSurroundingLoop(),
  679                    TargetStmt->getSurroundingLoop())) {
 1029       isl::map PHIValInst = makeValInst(PHI, &Stmt, Stmt.getSurroundingLoop());
 1046             IncomingVal, IncomingStmt, IncomingStmt->getSurroundingLoop());