Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp331 virtual bool onJumpTable(unsigned JumpTableSize) { return true; } in onJumpTable() argument
339 virtual void onFinalizeSwitch(unsigned JumpTableSize, unsigned NumCaseCluster, in onFinalizeSwitch() argument
702 void onFinalizeSwitch(unsigned JumpTableSize, unsigned NumCaseCluster, in onFinalizeSwitch() argument
1234 onFinalizeSwitch(unsigned JumpTableSize,unsigned NumCaseCluster) onFinalizeSwitch() argument
2459 unsigned JumpTableSize = 0; visitSwitchInst() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp809 unsigned JumpTableSize = 0; isLegalAndProfitableToTransform() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h438 getEstimatedNumberOfCaseClusters(const SwitchInst & SI,unsigned & JumpTableSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) getEstimatedNumberOfCaseClusters() argument