Searched refs:RHSCount (Results 1 – 2 of 2) sorted by relevance
856 uint64_t RHSCount = setCount(PGO.getRegionCount(E)); in VisitBinLAnd() local857 CountMap[E->getRHS()] = RHSCount; in VisitBinLAnd()859 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLAnd()868 uint64_t RHSCount = setCount(PGO.getRegionCount(E)); in VisitBinLOr() local869 CountMap[E->getRHS()] = RHSCount; in VisitBinLOr()871 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLOr()
1774 uint64_t RHSCount = getProfileCount(CondBOp->getRHS()); in EmitBranchOnBoolExpr() local1782 EmitBranchOnBoolExpr(CondBOp->getLHS(), LHSTrue, FalseBlock, RHSCount, in EmitBranchOnBoolExpr()1833 uint64_t RHSCount = TrueCount - LHSCount; in EmitBranchOnBoolExpr() local1852 RHSCount, LH); in EmitBranchOnBoolExpr()