OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getProfileCountFromFreq
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp
244
MachineBlockFrequencyInfo::
getProfileCountFromFreq
(uint64_t Freq) const {
249
return MBFI->
getProfileCountFromFreq
(F, Freq);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfo.cpp
218
BlockFrequencyInfo::
getProfileCountFromFreq
(uint64_t Freq) const {
221
return BFI->
getProfileCountFromFreq
(*getFunction(), Freq);
BlockFrequencyInfoImpl.cpp
579
return
getProfileCountFromFreq
(F, getBlockFreq(Node).getFrequency(),
584
BlockFrequencyInfoImplBase::
getProfileCountFromFreq
(const Function &F,
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h
528
Optional<uint64_t>
getProfileCountFromFreq
(const Function &F,
991
Optional<uint64_t>
getProfileCountFromFreq
(const Function &F,
994
return BlockFrequencyInfoImplBase::
getProfileCountFromFreq
(F, Freq,
Completed in 28 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026