Searched refs:RHSCount (Results 1 – 2 of 2) sorted by relevance
720 uint64_t RHSCount = setCount(PGO.getRegionCount(E)); in VisitBinLAnd() local721 CountMap[E->getRHS()] = RHSCount; in VisitBinLAnd()723 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLAnd()732 uint64_t RHSCount = setCount(PGO.getRegionCount(E)); in VisitBinLOr() local733 CountMap[E->getRHS()] = RHSCount; in VisitBinLOr()735 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLOr()
1636 uint64_t RHSCount = getProfileCount(CondBOp->getRHS()); in EmitBranchOnBoolExpr() local1644 EmitBranchOnBoolExpr(CondBOp->getLHS(), LHSTrue, FalseBlock, RHSCount, in EmitBranchOnBoolExpr()1690 uint64_t RHSCount = TrueCount - LHSCount; in EmitBranchOnBoolExpr() local1709 RHSCount, LH); in EmitBranchOnBoolExpr()