OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EdgeCount
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineModelFeatureMaps.h
37
M(
EdgeCount
, "edge_count", \
MLInlineAdvisor.h
61
int64_t
EdgeCount
= 0;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MLInlineAdvisor.cpp
112
EdgeCount
= 0;
116
EdgeCount
+= getLocalCalls(F);
163
EdgeCount
+= (NewCallerAndCalleeEdges - Advice.CallerAndCalleeEdges);
164
assert(CurrentIRSize >= 0 &&
EdgeCount
>= 0 && NodeCount >= 0);
238
ModelRunner->setFeature(FeatureIndex::
EdgeCount
,
EdgeCount
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
1460
uint64_t
EdgeCount
= E->CountValue;
1461
if (
EdgeCount
> MaxCount)
1462
MaxCount =
EdgeCount
;
1463
EdgeCounts[SuccNum] =
EdgeCount
;
Completed in 28 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026