HomeSort by relevance Sort by last modified time
    Searched defs:FalseCount (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 542 uint64_t FalseCount = setCount(ParentCount - TrueCount);
543 CountMap[E->getFalseExpr()] = FalseCount;
848 uint64_t FalseCount) {
850 if (!TrueCount && !FalseCount)
854 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount));
858 scaleBranchWeight(FalseCount, Scale));
CodeGenFunction.cpp     [all...]

Completed in 221 milliseconds