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

Declarations

include/llvm/Analysis/TargetTransformInfo.h
  851   llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;

References

tools/polly/lib/Transform/ScheduleOptimizer.cpp
  940     if (TTI->getCacheAssociativity(L1DCache).hasValue())
  942           TTI->getCacheAssociativity(L1DCache).getValue();
  948     if (TTI->getCacheAssociativity(L2DCache).hasValue())
  950           TTI->getCacheAssociativity(L2DCache).getValue();