Searched refs:getPredictableBranchThreshold (Results 1 – 5 of 5) sorted by relevance
332 BranchProbability getPredictableBranchThreshold() const;1446 virtual BranchProbability getPredictableBranchThreshold() = 0;1752 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function1753 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
88 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
228 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo229 return TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
2389 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB()2761 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode()2972 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()
6613 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()