OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EstimatedLoopWeight
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
604
auto WeightIt =
EstimatedLoopWeight
.find(L);
605
if (WeightIt ==
EstimatedLoopWeight
.end())
661
if (!
EstimatedLoopWeight
.count(PredLoop.getLoopData()))
782
if (
EstimatedLoopWeight
.count(LoopBB.getLoopData()))
795
EstimatedLoopWeight
.insert(
1261
assert(
EstimatedLoopWeight
.empty());
1298
EstimatedLoopWeight
.clear();
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h
340
SmallDenseMap<LoopData, uint32_t>
EstimatedLoopWeight
;
Completed in 17 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026