OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBlockProfileCount
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MBFIWrapper.cpp
34
MBFIWrapper::
getBlockProfileCount
(const MachineBasicBlock *MBB) const {
42
return MBFI.
getBlockProfileCount
(MBB);
MachineBlockFrequencyInfo.cpp
234
Optional<uint64_t> MachineBlockFrequencyInfo::
getBlockProfileCount
(
240
return MBFI->
getBlockProfileCount
(F, MBB);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfo.cpp
209
BlockFrequencyInfo::
getBlockProfileCount
(const BasicBlock *BB,
214
return BFI->
getBlockProfileCount
(*getFunction(), BB, AllowSynthetic);
BlockFrequencyInfoImpl.cpp
576
BlockFrequencyInfoImplBase::
getBlockProfileCount
(const Function &F,
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h
525
Optional<uint64_t>
getBlockProfileCount
(const Function &F,
984
Optional<uint64_t>
getBlockProfileCount
(const Function &F,
987
return BlockFrequencyInfoImplBase::
getBlockProfileCount
(F, getNode(BB),
1407
BlockFrequencyInfoImplBase::
getBlockProfileCount
(
1544
auto Count = Graph->
getBlockProfileCount
(Node);
Completed in 19 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026