Searched refs:getPredictableBranchThreshold (Results 1 – 5 of 5) sorted by relevance
332 BranchProbability getPredictableBranchThreshold() const;1457 virtual BranchProbability getPredictableBranchThreshold() = 0;1763 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function1764 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
88 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
232 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo233 return TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
3033 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()
6591 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()