OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEntryFreq
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MBFIWrapper.cpp
59
uint64_t MBFIWrapper::
getEntryFreq
() const {
60
return MBFI.
getEntryFreq
();
MachineBlockFrequencyInfo.cpp
289
uint64_t MachineBlockFrequencyInfo::
getEntryFreq
() const {
290
return MBFI ? MBFI->
getEntryFreq
() : 0;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfo.cpp
281
uint64_t BlockFrequencyInfo::
getEntryFreq
() const {
282
return BFI ? BFI->
getEntryFreq
() : 0;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h
539
uint64_t
getEntryFreq
() const {
978
using BlockFrequencyInfoImplBase::
getEntryFreq
;
Completed in 18 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026