OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BestScore
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanSLP.cpp
274
unsigned
BestScore
= 0;
288
if (Score >
BestScore
) {
289
BestScore
= Score;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
HotColdSplitting.cpp
465
unsigned
BestScore
= SinkScore;
492
if (PredScore >
BestScore
) {
494
BestScore
= PredScore;
516
BestScore
= 0;
537
if (SuccScore >
BestScore
) {
539
BestScore
= SuccScore;
Completed in 19 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026