Home
last modified time | relevance | path

Searched refs:TargetResult (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h653 Optional<unsigned> TargetResult = in getCacheAssociativity() local
656 if (TargetResult) in getCacheAssociativity()
657 return TargetResult; in getCacheAssociativity()