Searched refs:BBCountInfo (Results 1 – 2 of 2) sorted by relevance
724 const UseBBInfo &BBCountInfo = getBBInfo(&BB); in setBranchWeights() local725 unsigned Size = BBCountInfo.OutEdges.size(); in setBranchWeights()729 const PGOUseEdge *E = BBCountInfo.OutEdges[s]; in setBranchWeights()
1175 const UseBBInfo &BBCountInfo = getBBInfo(&BB); in setBranchWeights() local1176 unsigned Size = BBCountInfo.OutEdges.size(); in setBranchWeights()1180 const PGOUseEdge *E = BBCountInfo.OutEdges[s]; in setBranchWeights()1212 const UseBBInfo &BBCountInfo = getBBInfo(&BB); in annotateIrrLoopHeaderWeights() local1213 setIrrLoopHeaderMetadata(M, TI, BBCountInfo.CountValue); in annotateIrrLoopHeaderWeights()