Searched refs:RHSCount (Results 1 – 2 of 2) sorted by relevance
729 uint64_t RHSCount = setCount(PGO.getRegionCount(E)); in VisitBinLAnd() local730 CountMap[E->getRHS()] = RHSCount; in VisitBinLAnd()732 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLAnd()741 uint64_t RHSCount = setCount(PGO.getRegionCount(E)); in VisitBinLOr() local742 CountMap[E->getRHS()] = RHSCount; in VisitBinLOr()744 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLOr()
1733 uint64_t RHSCount = getProfileCount(CondBOp->getRHS()); in EmitBranchOnBoolExpr() local1741 EmitBranchOnBoolExpr(CondBOp->getLHS(), LHSTrue, FalseBlock, RHSCount, in EmitBranchOnBoolExpr()1787 uint64_t RHSCount = TrueCount - LHSCount; in EmitBranchOnBoolExpr() local1806 RHSCount, LH); in EmitBranchOnBoolExpr()