Searched refs:getEstimatedNumberOfCaseClusters (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h302 unsigned getEstimatedNumberOfCaseClusters(const SwitchInst &SI,
1194 virtual unsigned getEstimatedNumberOfCaseClusters(const SwitchInst &SI,
1708 unsigned getEstimatedNumberOfCaseClusters(const SwitchInst &SI,
1712 return Impl.getEstimatedNumberOfCaseClusters(SI, JTSize, PSI, BFI);
H A DTargetTransformInfoImpl.h116 unsigned getEstimatedNumberOfCaseClusters(const SwitchInst &SI, function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp198 TargetTransformInfo::getEstimatedNumberOfCaseClusters( function in class:TargetTransformInfo
201 return TTIImpl->getEstimatedNumberOfCaseClusters(SI, JTSize, PSI, BFI);
H A DInlineCost.cpp1672 TTI.getEstimatedNumberOfCaseClusters(SI, JumpTableSize, PSI, BFI);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h328 unsigned getEstimatedNumberOfCaseClusters(const SwitchInst &SI, function in class:llvm::BasicTTIImplBase

Completed in 137 milliseconds