Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp404 const LoopBlock SrcLoopBB = getLoopBlock(BB); in calcMetadataWeights() local
406 auto EstimatedWeight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in calcMetadataWeights()
672 const LoopBlock &SrcLoopBB, iterator_range<IterT> Successors) const { in getMaxEstimatedEdgeWeight() argument
677 auto Weight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in getMaxEstimatedEdgeWeight()