llvm::TargetTransformInfoImplBase::getPredictableBranchThreshold

Return the probability threshold for treating a branch as predictable.

Synopsis

Declared in <llvm/Analysis/TargetTransformInfoImpl.h>

virtual
BranchProbability
getPredictableBranchThreshold() const;

Return Value

Branch probability threshold above which a branch or select is considered predictable.