Searched refs:getNumerator (Results 1 – 15 of 15) sorted by relevance
63 unsigned getNumerator() const { return Numerator; } in getNumerator() function
558 .createBranchWeights(SuccessProb.getNumerator(), in InsertStackProtectors()559 FailureProb.getNumerator()); in InsertStackProtectors()
479 .createBranchWeights(SuccessProb.getNumerator(), in checkStackGuard()480 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()
658 << 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()1184 TotalNumerator += Probs[SuccIdx].getNumerator(); in setEdgeProbability()
185 if (RU.getNumerator() == 0) in toJSON()
75 ResourceUsers[Index] = std::make_pair(IID, Use.second.getNumerator()); in handleInstructionIssuedEvent()
65 uint32_t getNumerator() const { return N; } in getNumerator() function
261 dbgs() << "cycles: " << Resource.second.getNumerator() << '\n'; in notifyInstructionIssued()
247 double WeightPercent = ((double)BranchProb.getNumerator()) /
1364 return Prob.getNumerator();1567 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()2591 Weights.push_back(Prob.getNumerator()); in updateBlockFreqAndEdgeWeight()
10870 uint32_t Numerator = CaseProb.getNumerator(); in scaleCaseProbality()