Home
last modified time | relevance | path

Searched defs:UNLIKELY (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h38 #define UNLIKELY(a) a macro
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h36 #define UNLIKELY(a) a macro
/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h138 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h138 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h1573 enum class Prediction { NONE, LIKELY, UNLIKELY, SIZE = UNLIKELY }; member in ConditionMixin::Prediction
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h2229 enum class Prediction { NONE = 0, LIKELY, UNLIKELY, SIZE = UNLIKELY }; member in DynObjectAccessType::ConditionMixin::Prediction
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp2220 auto constexpr UNLIKELY = llvmbackend::Metadata::BranchWeights::UNLIKELY_BRANCH_WEIGHT; in CreateIf() local

Completed in 20 milliseconds