OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBlockFreq
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp
94
OS << Graph->
getBlockFreq
(Node).getFrequency();
149
BlockFrequency BlockFrequencyInfo::
getBlockFreq
(const BasicBlock *BB) const {
150
return BFI ? BFI->
getBlockFreq
(BB) : 0;
BlockFrequencyInfoImpl.cpp
507
BlockFrequencyInfoImplBase::
getBlockFreq
(const BlockNode &Node) const {
/external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp
101
OS << Graph->
getBlockFreq
(Node).getFrequency();
171
getBlockFreq
(const MachineBasicBlock *MBB) const {
172
return MBFI ? MBFI->
getBlockFreq
(MBB) : 0;
/external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h
467
BlockFrequency
getBlockFreq
(const BlockNode &Node) const;
[
all
...]
Completed in 84 milliseconds