Searched refs:FalseCount (Results 1 – 3 of 3) sorted by relevance
843 uint64_t FalseCount) { in createBranchWeights() argument845 if (!TrueCount && !FalseCount) in createBranchWeights()849 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createBranchWeights()853 scaleBranchWeight(FalseCount, Scale)); in createBranchWeights()
89 llvm::MDNode *createBranchWeights(uint64_t TrueCount, uint64_t FalseCount);
1132 uint64_t FalseCount = PGO.getCurrentRegionCount() - TrueCount; in EmitBranchOnBoolExpr() local1135 FalseCount); in EmitBranchOnBoolExpr()