Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getCacheAssociativity

665   llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1013 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) = 0;
1295 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) override {
1296 return Impl.getCacheAssociativity(Level);