Lines Matching defs:TrueCount
1026 uint64_t TrueCount) {
1043 TrueCount);
1052 TrueCount);
1058 // The counter tells us how often we evaluate RHS, and all of TrueCount
1072 EmitBranchOnBoolExpr(CondBOp->getRHS(), TrueBlock, FalseBlock, TrueCount);
1089 TrueCount);
1098 TrueCount);
1108 uint64_t RHSCount = TrueCount - LHSCount;
1132 uint64_t FalseCount = PGO.getCurrentRegionCount() - TrueCount;
1154 if (TrueCount) {
1156 LHSScaledTrueCount = TrueCount * LHSRatio;
1172 TrueCount - LHSScaledTrueCount);
1190 uint64_t CurrentCount = std::max(PGO.getCurrentRegionCount(), TrueCount);
1191 llvm::MDNode *Weights = PGO.createBranchWeights(TrueCount,
1192 CurrentCount - TrueCount);