Lines Matching refs:PredictionMode
263 private $mode = PredictionMode::LL;
520 if ($D->requiresFullContext && $this->mode !== PredictionMode::SLL) {
665 $altSubSets = PredictionMode::getConflictingAltSubsets($reach);
673 PredictionMode::allSubsetsConflict($altSubSets),
684 } elseif (PredictionMode::hasSLLConflictTerminatingPrediction($this->mode, $reach)) {
800 $altSubSets = PredictionMode::getConflictingAltSubsets($reach);
806 PredictionMode::getUniqueAlt($altSubSets),
807 PredictionMode::resolvesToJustOneViableAlt($altSubSets)
820 if ($this->mode !== PredictionMode::LL_EXACT_AMBIG_DETECTION) {
821 $predictedAlt = PredictionMode::resolvesToJustOneViableAlt($altSubSets);
829 …if (PredictionMode::allSubsetsConflict($altSubSets) && PredictionMode::allSubsetsEqual($altSubSets…
831 $predictedAlt = PredictionMode::getSingleViableAlt($altSubSets);
1024 …if ($skippedStopStates !== null && (!$fullCtx || !PredictionMode::hasConfigInRuleStopState($reach)…
1067 if (PredictionMode::allConfigsInRuleStopStates($configs)) {
2213 $altsets = PredictionMode::getConflictingAltSubsets($configs);
2215 return PredictionMode::getAlts($altsets);