Searched refs:RHSCount (Results 1 – 2 of 2) sorted by relevance
728 uint64_t RHSCount = setCount(PGO.getRegionCount(E)); in VisitBinLAnd() local729 CountMap[E->getRHS()] = RHSCount; in VisitBinLAnd()731 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLAnd()740 uint64_t RHSCount = setCount(PGO.getRegionCount(E)); in VisitBinLOr() local741 CountMap[E->getRHS()] = RHSCount; in VisitBinLOr()743 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLOr()
1710 uint64_t RHSCount = getProfileCount(CondBOp->getRHS()); in EmitBranchOnBoolExpr() local1718 EmitBranchOnBoolExpr(CondBOp->getLHS(), LHSTrue, FalseBlock, RHSCount, in EmitBranchOnBoolExpr()1764 uint64_t RHSCount = TrueCount - LHSCount; in EmitBranchOnBoolExpr() local1783 RHSCount, LH); in EmitBranchOnBoolExpr()