Home
last modified time | relevance | path

Searched refs:getNumerator (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DSupport.h63 unsigned getNumerator() const { return Numerator; } in getNumerator() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp558 .createBranchWeights(SuccessProb.getNumerator(), in InsertStackProtectors()
559 FailureProb.getNumerator()); in InsertStackProtectors()
H A DSafeStack.cpp479 .createBranchWeights(SuccessProb.getNumerator(), in checkStackGuard()
480 FailureProb.getNumerator()); in checkStackGuard()
H A DMachineBasicBlock.cpp390 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator()) in print()
401 rint(((double)BP.getNumerator() / BP.getDenominator()) * in print()
736 Sum += Prob.getNumerator(); in validateSuccProbs()
H A DMachineBlockPlacement.cpp721 uint32_t SuccProbN = OrigProb.getNumerator(); in getAdjustedProbability()
722 uint32_t SuccProbD = AdjustedSumProb.getNumerator(); in getAdjustedProbability()
H A DMIRPrinter.cpp658 << format("0x%08" PRIx32, MBB.getSuccProbability(I).getNumerator()) in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp438 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp185 if (RU.getNumerator() == 0) in toJSON()
H A DBottleneckAnalysis.cpp75 ResourceUsers[Index] = std::make_pair(IID, Use.second.getNumerator()); in handleInstructionIssuedEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBranchProbability.h65 uint32_t getNumerator() const { return N; } in getNumerator() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp261 dbgs() << "cycles: " << Resource.second.getNumerator() << '\n'; in notifyInstructionIssued()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFGPrinter.h247 double WeightPercent = ((double)BranchProb.getNumerator()) /
H A DBlockFrequencyInfoImpl.h1364 return Prob.getNumerator();
1567 uint32_t N = BP.getNumerator();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp301 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10870 uint32_t Numerator = CaseProb.getNumerator(); in scaleCaseProbality()