OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCT_Real
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h
287
enum ProfileCountType { PCT_Invalid,
PCT_Real
, PCT_Synthetic };
326
void setEntryCount(uint64_t Count, ProfileCountType Type =
PCT_Real
,
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SampleProfileLoaderBaseImpl.h
832
ProfileCount(Samples->getHeadSamples() + 1, Function::
PCT_Real
),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
1422
F.setEntryCount(ProfileCount(FuncEntryCount, Function::
PCT_Real
));
1712
F.setEntryCount(ProfileCount(NewEntryCount, Function::
PCT_Real
));
1869
F.setEntryCount(ProfileCount(0, Function::
PCT_Real
));
1879
ProfileCount(HotThreshold * MultiplyFactor, Function::
PCT_Real
));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
1952
F.setEntryCount(ProfileCount(initialEntryCount, Function::
PCT_Real
));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
1708
ProfileCount(Count.getValue(), Function::
PCT_Real
)); // FIXME
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
1836
return ProfileCount(Count,
PCT_Real
);
Completed in 25 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026