Home
last modified time | relevance | path

Searched refs:getCompl (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp187 ProbFallThrough = ProbToNewTarget.getCompl(); in splitMBB()
188 ProbOrigFallThrough = ProbToNewTarget / ProbToNewTarget.getCompl(); in splitMBB()
189 ProbOrigTarget = ProbOrigFallThrough.getCompl(); in splitMBB()
192 ProbFallThrough = ProbToNewTarget.getCompl(); in splitMBB()
193 ProbOrigTarget = ProbToNewTarget / ProbToNewTarget.getCompl(); in splitMBB()
194 ProbOrigFallThrough = ProbOrigTarget.getCompl(); in splitMBB()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h69 BranchProbability getCompl() const { return BranchProbability(D - N); } in getCompl() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1387 Prediction.getCompl()) && in AnalyzeBlock()
1390 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
1398 Prediction.getCompl()) && in AnalyzeBlock()
1401 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
1408 if (ValidSimple(FalseBBI, Dups, Prediction.getCompl()) && in AnalyzeBlock()
1411 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
H A DMachineBlockPlacement.cpp1570 if (PredEdgeFreq * HotProb >= CandidateEdgeFreq * HotProb.getCompl()) { in hasBetterLayoutPredecessor()
2569 ? TailBBFreq * TailToHeadProb.getCompl() in rotateLoopWithProfile()
3303 DefaultBranchProb = MBPI->getEdgeProbability(BB, *SuccIt).getCompl(); in findDuplicateCandidates()
H A DMachineBasicBlock.cpp1590 return Sum.getCompl() / (Probs.size() - KnownProbNum); in getSuccProbability()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h204 return IsLikely ? LikelyProb : LikelyProb.getCompl(); in getBranchProbStackProtector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp673 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp229 Weights[1] = BP.getCompl().getNumerator(); in updatePredecessorProfileMetadata()
231 Weights[0] = BP.getCompl().getNumerator(); in updatePredecessorProfileMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1880 static_cast<uint32_t>(CHRBranchBias.getCompl().scale(1000)), in fixupBranchesAndSelects()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3520 BranchProbability BIFalseProb = BITrueProb.getCompl(); in FoldTwoEntryPHINode()
3741 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely) in shouldFoldCondBranchesToCommonDestination()
3749 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely) in shouldFoldCondBranchesToCommonDestination()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2166 unsigned FUnpredCost = Probability.getCompl().scale(FUnpredCycles * ScalingUpFactor); in isProfitableToIfCvt()
2176 Probability.getCompl().scale(FCycles * ScalingUpFactor); in isProfitableToIfCvt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12242 BranchProbability SwitchProb = PeeledCaseProb.getCompl(); in scaleCaseProbality()
12292 nullptr, nullptr, TopCaseProb.getCompl()}; in peelDominantCaseCluster()