OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExitFreq
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockPlacement.cpp
511
BlockFrequency &
ExitFreq
);
516
BlockFrequency
ExitFreq
, const BlockFilterSet &LoopBlockSet);
2143
BlockFrequency &
ExitFreq
) {
2254
ExitFreq
= BestExitEdgeFreq;
2299
BlockFrequency
ExitFreq
,
2331
if (FallThrough2Top >=
ExitFreq
)
2443
auto
ExitFreq
= MBFI->getBlockFreq(BB) * LargestExitEdgeProb;
2444
ExitsWithFreq.emplace_back(BB,
ExitFreq
);
2601
BlockFrequency
ExitFreq
;
2603
PreferredLoopExit = findBestLoopExit(L, LoopBlockSet,
ExitFreq
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
1418
uint64_t
ExitFreq
= ExitWeights[TI->getSuccessor(i)].getFrequency();
1419
if (
ExitFreq
!= 0)
1420
BranchDist.addExit(ExitNode,
ExitFreq
);
Completed in 20 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026