Searched refs:PredictionFlag (Results 1 – 1 of 1) sorted by relevance
1603 return T::template GetField<PredictionFlag>() == Prediction::LIKELY; in IsLikely()1607 return T::template GetField<PredictionFlag>() == Prediction::UNLIKELY; in IsUnlikely()1611 T::template SetField<PredictionFlag>(Prediction::LIKELY); in SetLikely()1615 T::template SetField<PredictionFlag>(Prediction::UNLIKELY); in SetUnlikely()1622 …using PredictionFlag = typename CcFlag::template NextField<Prediction, MinimumBitsToStore(Predicti… variable1623 using LastField = PredictionFlag;