Searched refs:Prediction (Results 1 – 1 of 1) sorted by relevance
1572 enum class Prediction { NONE, LIKELY, UNLIKELY, SIZE = UNLIKELY }; enum1603 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 …ng PredictionFlag = typename CcFlag::template NextField<Prediction, MinimumBitsToStore(Prediction:…