Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h366 Optional<uint32_t> getEstimatedLoopWeight(const LoopData &L) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp664 BranchProbabilityInfo::getEstimatedLoopWeight(const LoopData &L) const { in getEstimatedLoopWeight() function in BranchProbabilityInfo
676 ? getEstimatedLoopWeight(Edge.second.getLoopData()) in getEstimatedEdgeWeight()