Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h303 unsigned &JTSize,
1451 getEstimatedNumberOfCaseClusters(const SwitchInst &SI, unsigned &JTSize,
2085 unsigned &JTSize, in getEstimatedNumberOfCaseClusters() argument
2088 return Impl.getEstimatedNumberOfCaseClusters(SI, JTSize, PSI, BFI); in getEstimatedNumberOfCaseClusters()
H A DTargetTransformInfoImpl.h64 unsigned &JTSize, in getEstimatedNumberOfCaseClusters() argument
69 JTSize = 0; in getEstimatedNumberOfCaseClusters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp217 const SwitchInst &SI, unsigned &JTSize, ProfileSummaryInfo *PSI, in getEstimatedNumberOfCaseClusters() argument
219 return TTIImpl->getEstimatedNumberOfCaseClusters(SI, JTSize, PSI, BFI); in getEstimatedNumberOfCaseClusters()