Home
last modified time | relevance | path

Searched refs:Prediction (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1572 enum class Prediction { NONE, LIKELY, UNLIKELY, SIZE = UNLIKELY }; enum
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 …ng PredictionFlag = typename CcFlag::template NextField<Prediction, MinimumBitsToStore(Prediction:…