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

References

tools/polly/lib/Analysis/DependenceInfo.cpp
  371     IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), OptComputeOut);
tools/polly/lib/Analysis/ScopBuilder.cpp
 3412       IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut);
tools/polly/lib/Transform/DeLICM.cpp
 1194       IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), DelicmMaxOps);
tools/polly/lib/Transform/ForwardOpTree.cpp
  148   IslMaxOperationsGuard &MaxOpGuard;
  270   ForwardOpTreeImpl(Scop *S, LoopInfo *LI, IslMaxOperationsGuard &MaxOpGuard)
  916       IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };