Home
last modified time | relevance | path

Searched refs:WeightIt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp647 auto WeightIt = EstimatedBlockWeight.find(BB); in getEstimatedBlockWeight() local
648 if (WeightIt == EstimatedBlockWeight.end()) in getEstimatedBlockWeight()
650 return WeightIt->second; in getEstimatedBlockWeight()
655 auto WeightIt = EstimatedLoopWeight.find(L); in getEstimatedLoopWeight() local
656 if (WeightIt == EstimatedLoopWeight.end()) in getEstimatedLoopWeight()
658 return WeightIt->second; in getEstimatedLoopWeight()