Home
last modified time | relevance | path

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

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