Home
last modified time | relevance | path

Searched defs:UNLIKELY (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.h38 #define UNLIKELY(a) a macro
/arkcompiler/runtime_core/libpandabase/
Dmacros.h138 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) // NOLINT(cppcoreguidelines-macro-usag… macro
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1572 enum class Prediction { NONE, LIKELY, UNLIKELY, SIZE = UNLIKELY }; enumerator