Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h75 getEstimatedNumberOfCaseClusters(const SwitchInst &SI, unsigned &JTSize, in getEstimatedNumberOfCaseClusters()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp267 const SwitchInst &SI, unsigned &JTSize, ProfileSummaryInfo *PSI, in getEstimatedNumberOfCaseClusters()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2968 for (unsigned JTI = 0, JTSize = JT.size(); JTI < JTSize; ++JTI) { in emitJumpTableInfo() local