LL_TotalLook property

int LL_TotalLook
getter/setter pair

The sum of the lookahead required for LL prediction for this decision. Note that LL prediction is only used when SLL prediction reaches a conflict state.

Implementation

int LL_TotalLook = 0;