Searched refs:FalseCount (Results 1 – 3 of 3) sorted by relevance
688 uint64_t FalseCount = setCount(ParentCount - TrueCount); in VisitAbstractConditionalOperator() local689 CountMap[E->getFalseExpr()] = FalseCount; in VisitAbstractConditionalOperator()1013 uint64_t FalseCount) { in createProfileWeights() argument1015 if (!TrueCount && !FalseCount) in createProfileWeights()1019 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createProfileWeights()1023 scaleBranchWeight(FalseCount, Scale)); in createProfileWeights()
1642 uint64_t FalseCount = getCurrentProfileCount() - TrueCount; in EmitBranchOnBoolExpr() local1645 FalseCount); in EmitBranchOnBoolExpr()
1326 llvm::MDNode *createProfileWeights(uint64_t TrueCount, uint64_t FalseCount);