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

References

tools/polly/include/polly/ScopInfo.h
 2782   Scop *getScop() { return S.get(); }
 2783   const Scop *getScop() const { return S.get(); }
 2788   void releaseMemory() override { S.reset(); }
tools/polly/lib/Analysis/ScopInfo.cpp
 2680   S = SB.getScop(); // take ownership of scop object
 2683   if (S) {
 2685         ScopDetection::countBeneficialLoops(&S->getRegion(), SE, LI, 0);
 2686     updateLoopCountStatistic(Stats, S->getStatistics());
 2694   if (S)
 2695     S->print(OS, PollyPrintInstructions);