Return true if this probability is greater than or equal to RHS.

Synopsis

Declared in <llvm/Support/BranchProbability.h>

bool
operator>=(BranchProbability RHS) const;

Return Value

True if this probability is greater than or equal to RHS.

Parameters

Name

Description

RHS

Probability to compare against.

Created with MrDocs