OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExpectedNumberOfCompare
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
607
int64_t
ExpectedNumberOfCompare
= 3 * (int64_t)NumCaseCluster / 2 - 1;
609
ExpectedNumberOfCompare
* 2 * InlineConstants::InstrCost;
InlineCost.cpp
607
int64_t
ExpectedNumberOfCompare
= 3 * (int64_t)NumCaseCluster / 2 - 1;
609
ExpectedNumberOfCompare
* 2 * InlineConstants::InstrCost;
InlineCost.cpp
607
int64_t
ExpectedNumberOfCompare
= 3 * (int64_t)NumCaseCluster / 2 - 1;
609
ExpectedNumberOfCompare
* 2 * InlineConstants::InstrCost;
Completed in 72 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026