OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JumpTableSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
254
virtual bool onJumpTable(unsigned
JumpTableSize
) { return true; }
262
virtual void onFinalizeSwitch(unsigned
JumpTableSize
,
574
void onFinalizeSwitch(unsigned
JumpTableSize
,
579
if (
JumpTableSize
) {
580
int64_t JTCost = (int64_t)
JumpTableSize
* InlineConstants::InstrCost +
2010
unsigned
JumpTableSize
= 0;
2013
TTI.getEstimatedNumberOfCaseClusters(SI,
JumpTableSize
, PSI, BFI);
2015
onFinalizeSwitch(
JumpTableSize
, NumCaseCluster);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
371
unsigned &
JumpTableSize
,
385
JumpTableSize
= 0;
422
JumpTableSize
= Range;
Completed in 25 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026