Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1623 const PGOUseBBInfo &BBCountInfo = getBBInfo(&BB); in setBranchWeights() local
1624 if (!*BBCountInfo.Count) in setBranchWeights()
1631 unsigned OutEdgesCount = BBCountInfo.OutEdges.size(); in setBranchWeights()
1638 const PGOUseEdge *E = BBCountInfo.OutEdges[It]; in setBranchWeights()
1684 const PGOUseBBInfo &BBCountInfo = getBBInfo(&BB); in annotateIrrLoopHeaderWeights() local
1685 setIrrLoopHeaderMetadata(M, TI, *BBCountInfo.Count); in annotateIrrLoopHeaderWeights()