Home
last modified time | relevance | path

Searched refs:FalseCount (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp688 uint64_t FalseCount = setCount(ParentCount - TrueCount); in VisitAbstractConditionalOperator() local
689 CountMap[E->getFalseExpr()] = FalseCount; in VisitAbstractConditionalOperator()
1013 uint64_t FalseCount) { in createProfileWeights() argument
1015 if (!TrueCount && !FalseCount) in createProfileWeights()
1019 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createProfileWeights()
1023 scaleBranchWeight(FalseCount, Scale)); in createProfileWeights()
H A DCodeGenFunction.cpp1642 uint64_t FalseCount = getCurrentProfileCount() - TrueCount; in EmitBranchOnBoolExpr() local
1645 FalseCount); in EmitBranchOnBoolExpr()
H A DCodeGenFunction.h1326 llvm::MDNode *createProfileWeights(uint64_t TrueCount, uint64_t FalseCount);