Home
last modified time | relevance | path

Searched defs:trueCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unswitch.cpp64 uint32_t trueCount = 0; in TransformLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dloop_unswitcher.cpp303 uint32_t *trueCount, uint32_t *falseCount) in EstimateInstructionsCount()