Searched refs:getCompl (Results 1 – 12 of 12) sorted by relevance
187 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()
69 BranchProbability getCompl() const { return BranchProbability(D - N); } in getCompl() function
1387 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()
1570 if (PredEdgeFreq * HotProb >= CandidateEdgeFreq * HotProb.getCompl()) { in hasBetterLayoutPredecessor()2569 ? TailBBFreq * TailToHeadProb.getCompl() in rotateLoopWithProfile()3303 DefaultBranchProb = MBPI->getEdgeProbability(BB, *SuccIt).getCompl(); in findDuplicateCandidates()
1590 return Sum.getCompl() / (Probs.size() - KnownProbNum); in getSuccProbability()
204 return IsLikely ? LikelyProb : LikelyProb.getCompl(); in getBranchProbStackProtector()
673 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions()
229 Weights[1] = BP.getCompl().getNumerator(); in updatePredecessorProfileMetadata()231 Weights[0] = BP.getCompl().getNumerator(); in updatePredecessorProfileMetadata()
1880 static_cast<uint32_t>(CHRBranchBias.getCompl().scale(1000)), in fixupBranchesAndSelects()
3520 BranchProbability BIFalseProb = BITrueProb.getCompl(); in FoldTwoEntryPHINode()3741 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely) in shouldFoldCondBranchesToCommonDestination()3749 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely) in shouldFoldCondBranchesToCommonDestination()
2166 unsigned FUnpredCost = Probability.getCompl().scale(FUnpredCycles * ScalingUpFactor); in isProfitableToIfCvt()2176 Probability.getCompl().scale(FCycles * ScalingUpFactor); in isProfitableToIfCvt()
12242 BranchProbability SwitchProb = PeeledCaseProb.getCompl(); in scaleCaseProbality()12292 nullptr, nullptr, TopCaseProb.getCompl()}; in peelDominantCaseCluster()