enum Stmt::Likelihood

Description

The likelihood of a branch being taken.

Declared at: clang/include/clang/AST/Stmt.h:1108

Enumerators

NameValueComment
LH_Unlikely-1Branch has the [[unlikely]] attribute.
LH_None0No attribute set or branches of the IfStmt have the same attribute.
LH_Likely1Branch has the [[likely]] attribute.