OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBFI
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h
61
MachineBlockFrequencyInfo &
getBFI
() { return calculateIfNotAvailable(); }
64
const MachineBlockFrequencyInfo &
getBFI
() const {
MachineOptimizationRemarkEmitter.h
185
MachineBlockFrequencyInfo *
getBFI
() {
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h
94
/// getAnalysis<LazyBlockFrequencyInfoPass>().
getBFI
() before either LoopInfo
112
BlockFrequencyInfo &
getBFI
() { return LBFI.getCalculated(); }
115
const BlockFrequencyInfo &
getBFI
() const { return LBFI.getCalculated(); }
BlockFrequencyInfo.h
147
BlockFrequencyInfo &
getBFI
() { return BFI; }
148
const BlockFrequencyInfo &
getBFI
() const { return BFI; }
CFGPrinter.h
75
const BlockFrequencyInfo *
getBFI
() { return BFI; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LazyMachineBlockFrequencyInfo.cpp
40
getBFI
().print(OS, M);
MachineOptimizationRemarkEmitter.cpp
76
MBFI = &getAnalysis<LazyMachineBlockFrequencyInfoPass>().
getBFI
();
TailDuplication.cpp
90
&getAnalysis<LazyMachineBlockFrequencyInfoPass>().
getBFI
() :
MachineCombiner.cpp
718
&getAnalysis<LazyMachineBlockFrequencyInfoPass>().
getBFI
() :
ExpandMemCmp.cpp
821
&getAnalysis<LazyBlockFrequencyInfoPass>().
getBFI
() :
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFGPrinter.cpp
100
auto *BFI = &getAnalysis<BlockFrequencyInfoWrapperPass>().
getBFI
();
136
auto *BFI = &getAnalysis<BlockFrequencyInfoWrapperPass>().
getBFI
();
173
auto *BFI = &getAnalysis<BlockFrequencyInfoWrapperPass>().
getBFI
();
210
auto *BFI = &getAnalysis<BlockFrequencyInfoWrapperPass>().
getBFI
();
OptimizationRemarkEmitter.cpp
102
BFI = &getAnalysis<LazyBlockFrequencyInfoPass>().
getBFI
();
CallPrinter.cpp
234
return &this->getAnalysis<BlockFrequencyInfoWrapperPass>(F).
getBFI
();
266
return &this->getAnalysis<BlockFrequencyInfoWrapperPass>(F).
getBFI
();
ModuleSummaryAnalysis.cpp
886
.
getBFI
());
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PadShortFunction.cpp
121
&getAnalysis<LazyMachineBlockFrequencyInfoPass>().
getBFI
() :
X86FixupBWInsts.cpp
168
&getAnalysis<LazyMachineBlockFrequencyInfoPass>().
getBFI
() :
X86OptimizeLEAs.cpp
725
&getAnalysis<LazyMachineBlockFrequencyInfoPass>().
getBFI
() :
X86FixupLEAs.cpp
219
? &getAnalysis<LazyMachineBlockFrequencyInfoPass>().
getBFI
()
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CGProfile.cpp
50
Module &M, function_ref<BlockFrequencyInfo &(Function &)>
GetBFI
,
71
auto &BFI =
GetBFI
(F);
118
auto
GetBFI
= [this](Function &F) -> BlockFrequencyInfo & {
119
return this->getAnalysis<LazyBlockFrequencyInfoPass>(F).
getBFI
();
125
return runCGProfilePass(M,
GetBFI
, GetTTI, true);
143
auto
GetBFI
= [&FAM](Function &F) -> BlockFrequencyInfo & {
150
runCGProfilePass(M,
GetBFI
, GetTTI, false);
PGOMemOPSizeOpt.cpp
522
getAnalysis<BlockFrequencyInfoWrapperPass>().
getBFI
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InstructionSelect.cpp
105
BFI = &getAnalysis<LazyBlockFrequencyInfoPass>().
getBFI
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopSink.cpp
449
getAnalysis<BlockFrequencyInfoWrapperPass>().
getBFI
(),
LoopLoadElimination.cpp
665
&getAnalysis<LazyBlockFrequencyInfoPass>().
getBFI
() :
InductiveRangeCheckElimination.cpp
241
GetBFIFunc
GetBFI
;
250
LoopInfo &LI, GetBFIFunc
GetBFI
= None)
251
: SE(SE), BPI(BPI), DT(DT), LI(LI),
GetBFI
(
GetBFI
) {}
1773
auto
getBFI
= [&F, &AM ]()->BlockFrequencyInfo & {
1776
InductiveRangeCheckElimination IRCE(SE, &BPI, DT, LI, {
getBFI
});
1857
if (
GetBFI
.hasValue()) {
1858
BlockFrequencyInfo &BFI = (*
GetBFI
)();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
HotColdSplitting.cpp
615
BFI =
GetBFI
(F);
736
return &this->getAnalysis<BlockFrequencyInfoWrapperPass>(F).
getBFI
();
Completed in 118 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026