OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallsiteCount
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h
27
: CalleeSamples(Samples),
CallsiteCount
(Count),
34
uint64_t
CallsiteCount
;
44
if (LHS.
CallsiteCount
!= RHS.
CallsiteCount
)
45
return LHS.
CallsiteCount
< RHS.
CallsiteCount
;
CSPreInliner.cpp
83
uint64_t
CallsiteCount
= 0;
89
CallsiteCount
= It->second;
95
CQueue.emplace(CalleeSamples, std::max(
CallsiteCount
, CalleeEntryCount));
111
if (Candidate.
CallsiteCount
> HotCountThreshold)
116
if (Candidate.
CallsiteCount
< ColdCountThreshold)
158
<< ", call count:" << Candidate.
CallsiteCount
<< ")\n");
175
<< ", call count: " << Candidate.
CallsiteCount
<< ", previously "
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
313
uint64_t
CallsiteCount
;
322
if (LHS.
CallsiteCount
!= RHS.
CallsiteCount
)
323
return LHS.
CallsiteCount
< RHS.
CallsiteCount
;
887
CI, R->getValue(), Candidate.
CallsiteCount
, Sum, false, ORE);
889
Sum -= Candidate.
CallsiteCount
;
909
*DI, static_cast<float>(Candidate.
CallsiteCount
) / SumOrigin);
1237
uint64_t
CallsiteCount
= 0;
1240
CallsiteCount
= Weight.get()
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026