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

References

tools/polly/include/polly/ZoneAlgo.h
  378   Scop *getScop() const { return S; }
tools/polly/lib/Transform/DeLICM.cpp
  555       auto *MA = S->getValueDef(SAI);
  573         if (!S->contains(UserInst)) {
  583       auto *MA = S->getPHIRead(SAI);
  590         if (!S->contains(Incoming)) {
  621     for (auto *MA : S->getValueUses(SAI))
  627     auto *DefMA = S->getValueDef(SAI);
  667     auto *DefMA = S->getValueDef(SAI);
  768     for (auto *MA : S->getValueUses(SAI)) {
  780     auto *WA = S->getValueDef(SAI);
  807     for (auto *MA : S->getPHIIncomings(SAI)) {
  843     auto *PHIRead = S->getPHIRead(SAI);
  878     for (auto *MA : S->getPHIIncomings(SAI))
  969     for (auto *MA : S->getPHIIncomings(SAI)) {
  984     auto *PHIRead = S->getPHIRead(SAI);
 1050     auto &DL = S->getRegion().getEntry()->getModule()->getDataLayout();
 1080         auto *DefAcc = S->getValueDef(SAI);
 1093         for (auto *PHIWrite : S->getPHIIncomings(SAI)) {
 1211       getDebugLocations(getBBPairForRegion(&S->getRegion()), Begin, End);
 1213                                    S->getEntry());
 1215       S->getFunction().getContext().diagnose(R);
 1234     for (auto &Stmt : *S) {
 1248           S->getFunction().getContext().diagnose(R);
 1258           S->getFunction().getContext().diagnose(R);
 1270           S->getFunction().getContext().diagnose(R);
 1281           S->getFunction().getContext().diagnose(R);
 1305           S->getFunction().getContext().diagnose(R);
 1319           S->getFunction().getContext().diagnose(R);
tools/polly/lib/Transform/ForwardOpTree.cpp
  327     for (auto &Stmt : *S) {
  364     S->addAccessFunction(Access);
  725           S, TargetStmt, TargetStmt->getSurroundingLoop(), UseVal, true);
  764         DefStmt = S->getStmtFor(Inst);
  828   Scop *getScop() const { return S; }
  833     for (ScopStmt &Stmt : *S) {
tools/polly/lib/Transform/ZoneAlgo.cpp
  351         S->getFunction().getContext().diagnose(R);
  368       S->getFunction().getContext().diagnose(R);
  381       S->getFunction().getContext().diagnose(R);
  550   for (MemoryAccess *MA : S->getPHIIncomings(SAI)) {
  556   isl::map PHIReadScatter = getScatterFor(S->getPHIRead(SAI));
  568   PHIWriteTimes = PHIWriteTimes.intersect_params(S->getAssumedContext());
  569   PHIWriteTimes = subtractParams(PHIWriteTimes, S->getInvalidContext());
  600   for (auto &Stmt : *S)
  677   if (!Result && S->isOriginalSchedule() &&
  756   auto VUse = VirtualUse::create(S, UserStmt, Scope, Val, true);
  806     auto *ValStmt = S->getStmtFor(Inst);
  910   auto Incomings = S->getPHIIncomings(SAI);
  969   for (auto &Stmt : *S) {
  994   for (ScopStmt &Stmt : *S) {
 1016   for (ScopStmt &Stmt : *S) {
 1035       for (MemoryAccess *MA : S->getPHIIncomings(SAI)) {
 1084   for (auto &Stmt : *S) {