Searched refs:getNumerator (Results 1 – 15 of 15) sorted by relevance
64 unsigned getNumerator() const { return Numerator; } in getNumerator() function
558 .createBranchWeights(SuccessProb.getNumerator(), in InsertStackProtectors()559 FailureProb.getNumerator()); in InsertStackProtectors()
482 .createBranchWeights(SuccessProb.getNumerator(), in checkStackGuard()483 FailureProb.getNumerator()); in checkStackGuard()
390 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator()) in print()401 rint(((double)BP.getNumerator() / BP.getDenominator()) * in print()736 Sum += Prob.getNumerator(); in validateSuccProbs()
721 uint32_t SuccProbN = OrigProb.getNumerator(); in getAdjustedProbability()722 uint32_t SuccProbD = AdjustedSumProb.getNumerator(); in getAdjustedProbability()
683 << format("0x%08" PRIx32, MBB.getSuccProbability(I).getNumerator()) in print()
438 uint64_t Mul = static_cast<uint64_t>(NewReachableSum.getNumerator()) * in calcMetadataWeights()439 BP[I].getNumerator(); in calcMetadataWeights()441 divideNearest(Mul, OldReachableSum.getNumerator())); in calcMetadataWeights()1164 TotalNumerator += Probs[SuccIdx].getNumerator(); in setEdgeProbability()
65 uint32_t getNumerator() const { return N; } in getNumerator() function
185 if (RU.getNumerator() == 0) in toJSON()
73 ResourceUsers[Index] = std::make_pair(IID, Use.second.getNumerator()); in handleInstructionIssuedEvent()
260 dbgs() << "cycles: " << Use.second.getNumerator() << '\n'; in notifyInstructionIssued()
247 double WeightPercent = ((double)BranchProb.getNumerator()) /
1598 Scaled64::getFraction(EP.getNumerator(), EP.getDenominator());1695 return Prob.getNumerator();1898 uint32_t N = BP.getNumerator();
301 Weights.push_back(BP.getNumerator()); in updatePredecessorProfileMetadata()302 Weights.push_back(BP.getCompl().getNumerator()); in updatePredecessorProfileMetadata()304 Weights.push_back(BP.getCompl().getNumerator()); in updatePredecessorProfileMetadata()305 Weights.push_back(BP.getNumerator()); in updatePredecessorProfileMetadata()2590 Weights.push_back(Prob.getNumerator()); in updateBlockFreqAndEdgeWeight()
10925 uint32_t Numerator = CaseProb.getNumerator(); in scaleCaseProbality()