OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBlockFreq
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MBFIWrapper.cpp
19
BlockFrequency MBFIWrapper::
getBlockFreq
(const MachineBasicBlock *MBB) const {
25
return MBFI.
getBlockFreq
(MBB);
47
return MBFI.printBlockFreq(OS,
getBlockFreq
(MBB));
MachineBlockFrequencyInfo.cpp
230
MachineBlockFrequencyInfo::
getBlockFreq
(const MachineBasicBlock *MBB) const {
231
return MBFI ? MBFI->
getBlockFreq
(MBB) : 0;
263
auto NewSuccFreq = MBFI->
getBlockFreq
(&NewPredecessor) *
MachineBlockPlacement.cpp
429
return MBFI->
getBlockFreq
(BB);
811
auto BBFreq = MBFI->
getBlockFreq
(BB);
812
auto SuccFreq = MBFI->
getBlockFreq
(Succ);
841
auto Freq = MBFI->
getBlockFreq
(SuccPred)
1054
BlockFrequency EdgeFreq = MBFI->
getBlockFreq
(SuccPred) *
1506
BlockFrequency CandidateEdgeFreq = MBFI->
getBlockFreq
(BB) * RealSuccProb;
1533
MBFI->
getBlockFreq
(Pred) * MBPI->getEdgeProbability(Pred, Succ);
1700
BlockFrequency CandidateFreq = MBFI->
getBlockFreq
(MBB);
1920
BlockFrequency EdgeFreq = MBFI->
getBlockFreq
(Pred) *
1960
FallThrough2Exit = MBFI->
getBlockFreq
(NewTop)
[
all
...]
ShrinkWrap.cpp
539
<< MBFI->
getBlockFreq
(Save).getFrequency()
542
<< MBFI->
getBlockFreq
(Restore).getFrequency() << '\n');
545
if (((IsSaveCheap = EntryFreq >= MBFI->
getBlockFreq
(Save).getFrequency()) &&
546
EntryFreq >= MBFI->
getBlockFreq
(Restore).getFrequency()) &&
MachineSizeOpts.cpp
207
BlockFrequency BlockFreq = MBFIW->
getBlockFreq
(MBB);
SpillPlacement.cpp
209
BlockFrequencies[Num] = MBFI->
getBlockFreq
(&I);
MachineCSE.cpp
907
return MBFI->
getBlockFreq
(CandidateBB) <=
908
MBFI->
getBlockFreq
(MBB) + MBFI->
getBlockFreq
(MBB1);
InlineSpiller.cpp
1432
SpillsInSubTreeMap[*RIt].second = MBFI.
getBlockFreq
(Block);
1473
if (SubTreeCost > MBFI.
getBlockFreq
(Block) * MarginProb) {
1498
SubTreeCost = MBFI.
getBlockFreq
(Block);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h
57
///
getblockFreq
- Return block frequency. Return 0 if we don't have the
64
BlockFrequency
getBlockFreq
(const MachineBasicBlock *MBB) const;
69
return
getBlockFreq
(MBB).getFrequency() * (1.0f / getEntryFreq());
MBFIWrapper.h
29
BlockFrequency
getBlockFreq
(const MachineBasicBlock *MBB) const;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
HeatUtils.cpp
55
uint64_t freqVal = BFI->
getBlockFreq
(&BB).getFrequency();
BlockFrequencyInfo.cpp
204
BlockFrequency BlockFrequencyInfo::
getBlockFreq
(const BasicBlock *BB) const {
205
return BFI ? BFI->
getBlockFreq
(BB) : 0;
240
APInt OldFreq(128, BFI->
getBlockFreq
(ReferenceBB).getFrequency());
243
BBFreq = BFI->
getBlockFreq
(BB).getFrequency();
BlockFrequencyInfoImpl.cpp
560
BlockFrequencyInfoImplBase::
getBlockFreq
(const BlockNode &Node) const {
579
return getProfileCountFromFreq(F,
getBlockFreq
(Node).getFrequency(),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopSink.cpp
98
T += BFI.
getBlockFreq
(B);
158
BFI.
getBlockFreq
(ColdestBB)) {
177
BFI.
getBlockFreq
(L.getLoopPreheader()))
291
const BlockFrequency PreheaderFreq = BFI.
getBlockFreq
(Preheader);
296
return BFI.
getBlockFreq
(BB) > PreheaderFreq;
315
if (BFI.
getBlockFreq
(B) < BFI.
getBlockFreq
(L.getLoopPreheader())) {
320
return BFI.
getBlockFreq
(A) < BFI.
getBlockFreq
(B);
ConstantHoisting.cpp
283
if (InsertPtsFreq > BFI.
getBlockFreq
(Node) ||
284
(InsertPtsFreq == BFI.
getBlockFreq
(Node) && InsertPts.size() > 1))
304
(InsertPtsFreq > BFI.
getBlockFreq
(Node) ||
305
(InsertPtsFreq == BFI.
getBlockFreq
(Node) && InsertPts.size() > 1)))) {
307
ParentPtsFreq += BFI.
getBlockFreq
(Node);
JumpThreading.cpp
2277
auto NewBBFreq = BFI->
getBlockFreq
(PredPredBB) *
2398
BFI->
getBlockFreq
(PredBB) * BPI->getEdgeProbability(PredBB, BB);
2458
Pred, BFI->
getBlockFreq
(Pred) * BPI->getEdgeProbability(Pred, BB)));
2519
auto BBOrigFreq = BFI->
getBlockFreq
(BB);
2520
auto NewBBFreq = BFI->
getBlockFreq
(NewBB);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h
60
///
getblockFreq
- Return block frequency. Return 0 if we don't have the
65
BlockFrequency
getBlockFreq
(const BasicBlock *BB) const;
BlockFrequencyInfoImpl.h
524
BlockFrequency
getBlockFreq
(const BlockNode &Node) const;
980
BlockFrequency
getBlockFreq
(const BlockT *BB) const {
981
return BlockFrequencyInfoImplBase::
getBlockFreq
(getNode(BB));
1405
<< ", int = " <<
getBlockFreq
(&BB).getFrequency();
1510
std::max(MaxFrequency, Graph->
getBlockFreq
(N).getFrequency());
1513
BlockFrequency Freq = Graph->
getBlockFreq
(Node);
1541
OS << Graph->
getBlockFreq
(Node).getFrequency();
1574
BlockFrequency EFreq = BFI->
getBlockFreq
(Node) * BP;
CFGPrinter.h
84
return BFI->
getBlockFreq
(BB).getFrequency();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SyntheticCountsPropagation.cpp
121
Scaled64 BBCount(BFI.
getBlockFreq
(CSBB).getFrequency(), 0);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp
399
BFI->setBlockFreq(BodyBlock, BFI->
getBlockFreq
(Target).getFrequency());
419
BlockFreqForDirectSucc += BFI->
getBlockFreq
(Src) *
425
BFI->
getBlockFreq
(Target) - BlockFreqForDirectSucc;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
SpeculateAnalyses.cpp
105
BBFreqs.push_back({I, BFI.
getBlockFreq
(I).getFrequency()});
249
BBFreqs.push_back({I, BFI.
getBlockFreq
(I).getFrequency()});
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp
452
MappingCost Cost(MBFI ? MBFI->
getBlockFreq
(MI.getParent()) : 1);
918
return MBFI->
getBlockFreq
(Instr.getParent()).getFrequency();
926
return MBFI->
getBlockFreq
(&MBB).getFrequency();
948
return MBFI->
getBlockFreq
(DstOrSplit).getFrequency();
955
return (MBFI->
getBlockFreq
(&Src) * MBPI->getEdgeProbability(&Src, DstOrSplit))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CFGMST.h
128
(BFI != nullptr ? BFI->
getBlockFreq
(&BB).getFrequency() : 2);
PGOMemOPSizeOpt.cpp
422
auto OrigBBFreq = BFI.
getBlockFreq
(BB);
Completed in 161 milliseconds
1
2
Indexes created Sat Jun 20 00:25:23 UTC 2026