OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBFI
(Results
1 - 7
of
7
) sorted by relevancy
/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
() {
SelectionDAG.h
450
BlockFrequencyInfo *
getBFI
() const { return BFI; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h
147
BlockFrequencyInfo &
getBFI
() { return BFI; }
148
const BlockFrequencyInfo &
getBFI
() const { return BFI; }
LazyBlockFrequencyInfo.h
94
/// getAnalysis<LazyBlockFrequencyInfoPass>().
getBFI
() before either LoopInfo
112
BlockFrequencyInfo &
getBFI
() { return LBFI.getCalculated(); }
115
const BlockFrequencyInfo &
getBFI
() const { return LBFI.getCalculated(); }
CFGPrinter.h
75
const BlockFrequencyInfo *
getBFI
() { return BFI; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
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
)();
Completed in 29 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026