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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp536 uint64_t FalseCount = setCount(ParentCount - TrueCount); local
537 CountMap[E->getFalseExpr()] = FalseCount;
785 uint64_t FalseCount) {
787 if (!TrueCount && !FalseCount)
791 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount));
795 scaleBranchWeight(FalseCount, Scale));
784 createProfileWeights(uint64_t TrueCount, uint64_t FalseCount) argument
H A DCodeGenFunction.cpp1239 uint64_t FalseCount = getCurrentProfileCount() - TrueCount; local
1242 FalseCount);
H A DCodeGenFunction.h946 llvm::MDNode *createProfileWeights(uint64_t TrueCount, uint64_t FalseCount);

Completed in 53 milliseconds