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

References

tools/polly/include/polly/Support/GICHelper.h
  286   IslQuotaScope(const IslQuotaScope &) = delete;
  287   IslQuotaScope(IslQuotaScope &&Other)
  291   const IslQuotaScope &operator=(IslQuotaScope &&Other) {
  291   const IslQuotaScope &operator=(IslQuotaScope &&Other) {
  359   IslQuotaScope TopLevelScope;
  400   IslQuotaScope enter(bool AllowReturnNull = true) {
tools/polly/lib/Transform/ForwardOpTree.cpp
  283       IslQuotaScope QuotaScope = MaxOpGuard.enter();
  437     IslQuotaScope QuotaScope = MaxOpGuard.enter(!DoIt);
  563     IslQuotaScope QuotaScope = MaxOpGuard.enter(!DoIt);