Searched refs:getPredictableBranchThreshold (Results 1 – 6 of 6) sorted by relevance
316 BranchProbability getPredictableBranchThreshold() const;1586 virtual BranchProbability getPredictableBranchThreshold() = 0;1948 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function1949 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
86 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
234 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo235 return TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
807 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
6730 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
2886 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB()3340 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode()3550 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()