Searched refs:getNumerator (Results 1 – 18 of 18) sorted by relevance
64 unsigned getNumerator() const { return Numerator; } in getNumerator() function
672 .createBranchWeights(FailureProb.getNumerator(),673 SuccessProb.getNumerator());
473 .createBranchWeights(SuccessProb.getNumerator(), in checkStackGuard()474 FailureProb.getNumerator()); in checkStackGuard()
400 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator()) in print()411 rint(((double)BP.getNumerator() / BP.getDenominator()) * in print()786 Sum += Prob.getNumerator(); in validateSuccProbs()
709 << format("0x%08" PRIx32, MBB.getSuccProbability(I).getNumerator()) in print()
757 uint32_t SuccProbN = OrigProb.getNumerator(); in getAdjustedProbability()758 uint32_t SuccProbD = AdjustedSumProb.getNumerator(); in getAdjustedProbability()
499 uint64_t Mul = static_cast<uint64_t>(NewReachableSum.getNumerator()) * in calcMetadataWeights()500 BP[I].getNumerator(); in calcMetadataWeights()502 divideNearest(Mul, OldReachableSum.getNumerator())); in calcMetadataWeights()1146 TotalNumerator += Probs[SuccIdx].getNumerator(); in setEdgeProbability()
185 if (RU.getNumerator() == 0) in toJSON()
73 ResourceUsers[Index] = std::make_pair(IID, Use.second.getNumerator()); in handleInstructionIssuedEvent()
65 uint32_t getNumerator() const { return N; } in getNumerator() function
260 dbgs() << "cycles: " << Use.second.getNumerator() << '\n'; in notifyInstructionIssued()
272 double WeightPercent = ((double)BranchProb.getNumerator()) /
1585 Scaled64::getFraction(EP.getNumerator(), EP.getDenominator());1682 return Prob.getNumerator();1885 uint32_t N = BP.getNumerator();
228 Weights[0] = BP.getNumerator(); in updatePredecessorProfileMetadata()229 Weights[1] = BP.getCompl().getNumerator(); in updatePredecessorProfileMetadata()231 Weights[0] = BP.getCompl().getNumerator(); in updatePredecessorProfileMetadata()232 Weights[1] = BP.getNumerator(); in updatePredecessorProfileMetadata()2605 Weights.push_back(Prob.getNumerator()); in updateBlockFreqAndEdgeWeight()
1466 MBPI->getEdgeProbability(&MBB, SuccMBB).getNumerator()); in emitBBAddrMapSection()
235 PGOSS.write_hex(SE.Prob.getNumerator()); in constructPGOLabelString()
7858 W.printHex("Probability", Succ.Prob.getNumerator()); in printBBAddrMaps()
12244 uint32_t Numerator = CaseProb.getNumerator(); in scaleCaseProbality()