Searched refs:getNumerator (Results 1 – 14 of 14) sorted by relevance
37 int32_t getNumerator() { in getNumerator() function
40 mNumerator = ratio.getNumerator(); in MultiChannelResampler()
63 unsigned getNumerator() const { return Numerator; } in getNumerator() function
515 .createBranchWeights(SuccessProb.getNumerator(), in InsertStackProtectors()516 FailureProb.getNumerator()); in InsertStackProtectors()
367 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator()) in print()379 rint(((double)BP.getNumerator() / BP.getDenominator()) * in print()645 Sum += Prob.getNumerator(); in validateSuccProbs()
472 .createBranchWeights(SuccessProb.getNumerator(), in checkStackGuard()473 FailureProb.getNumerator()); in checkStackGuard()
659 << format("0x%08" PRIx32, MBB.getSuccProbability(I).getNumerator()) in print()
686 uint32_t SuccProbN = OrigProb.getNumerator(); in getAdjustedProbability()687 uint32_t SuccProbD = AdjustedSumProb.getNumerator(); in getAdjustedProbability()
65 uint32_t getNumerator() const { return N; } in getNumerator() function
261 dbgs() << "cycles: " << Resource.second.getNumerator() << '\n'; in notifyInstructionIssued()
284 Weights.push_back(BP.getNumerator()); in updatePredecessorProfileMetadata()285 Weights.push_back(BP.getCompl().getNumerator()); in updatePredecessorProfileMetadata()287 Weights.push_back(BP.getCompl().getNumerator()); in updatePredecessorProfileMetadata()288 Weights.push_back(BP.getNumerator()); in updatePredecessorProfileMetadata()2289 Weights.push_back(Prob.getNumerator()); in UpdateBlockFreqAndEdgeWeight()
82 this.getNumerator = function (...args) { method
1304 return Prob.getNumerator();1452 uint32_t N = BP.getNumerator();
10489 uint32_t Numerator = CaseProb.getNumerator(); in scaleCaseProbality()