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

References

tools/polly/include/polly/ScopPass.h
  192     Worklist.erase(&S.getRegion());
tools/polly/lib/Analysis/ScopBuilder.cpp
  317     auto &R = scop->getRegion();
  445         getUniqueNonErrorValue(PHI, &scop->getRegion(), LI, DT));
  484     Region &R = scop->getRegion();
  631   auto *RI = scop->getRegion().getRegionInfo();
  672   if (scop->getRegion().getEntry() == BB)
  676   auto &RI = *scop->getRegion().getRegionInfo();
  892     if (containsErrorBlock(RN, scop->getRegion(), LI, DT))
 1008     bool ContainsErrorBlock = containsErrorBlock(RN, scop->getRegion(), LI, DT);
 1175   buildSchedule(scop->getRegion().getNode(), LoopStack);
 1538     auto &R = scop->getRegion();
 1650     if (!isAffineExpr(&scop->getRegion(), SurroundingLoop, Subscript, SE,
 1739   bool LengthIsAffine = isAffineExpr(&scop->getRegion(), SurroundingLoop,
 1871                   isAffineExpr(&scop->getRegion(), SurroundingLoop,
 1918   for (BasicBlock *BB : scop->getRegion().blocks()) {
 2219   if (isErrorBlock(BB, scop->getRegion(), LI, DT))
 2642   while (L && Stmt.getParent()->getRegion().contains(L)) {
 3550   for (auto *BB : S->getRegion().blocks()) {
 3587   if (!S->getRegion().isTopLevelRegion()) {
 3588     for (auto &Inst : *S->getRegion().getExit()) {
 3608   for (BasicBlock *BB : scop->getRegion().blocks()) {
 3609     if (isErrorBlock(*BB, scop->getRegion(), LI, DT))
tools/polly/lib/Analysis/ScopInfo.cpp
 2685         ScopDetection::countBeneficialLoops(&S->getRegion(), SE, LI, 0);
 2741         ScopDetection::countBeneficialLoops(&S->getRegion(), SE, LI, 0);
tools/polly/lib/CodeGen/CodeGeneration.cpp
  200   Region *R = &S.getRegion();
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  852         if (BasePtr && Stmt->getParent()->getRegion().contains(BasePtr))
 1601         "F: " + F->getName().str() + " R: " + S.getRegion().getNameStr() +
tools/polly/lib/CodeGen/Utils.cpp
   80   Region &R = S.getRegion();
tools/polly/lib/Exchange/JSONExporter.cpp
  133   getDebugLocation(&S.getRegion(), LineBegin, LineEnd, FileName);
tools/polly/lib/Support/SCEVAffinator.cpp
  202   S->addParams(getParamsInAffineExpr(&S->getRegion(), Scope, Expr, SE));
tools/polly/lib/Support/ScopHelper.cpp
  398   ScopExpander Expander(S.getRegion(), SE, DL, Name, VMap, RTCBB);
tools/polly/lib/Support/VirtualInstruction.cpp
   30     if (S->getRegion().getExit() == PHI->getParent())
tools/polly/lib/Transform/DeLICM.cpp
 1050     auto &DL = S->getRegion().getEntry()->getModule()->getDataLayout();
 1211       getDebugLocations(getBBPairForRegion(&S->getRegion()), Begin, End);