Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp414 const LoopBlock SrcLoopBB = getLoopBlock(BB); in calcMetadataWeights() local
416 auto EstimatedWeight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in calcMetadataWeights()
682 const LoopBlock &SrcLoopBB, iterator_range<IterT> Successors) const { in getMaxEstimatedEdgeWeight() argument
687 auto Weight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in getMaxEstimatedEdgeWeight()