Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp343 const LoopBlock DstLoopBB = getLoopBlock(TI->getSuccessor(I - 1)); in calcMetadataWeights() local
344 auto EstimatedWeight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in calcMetadataWeights()
625 const LoopBlock DstLoopBB = getLoopBlock(DstBB); in getMaxEstimatedEdgeWeight() local
626 auto Weight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in getMaxEstimatedEdgeWeight()