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.cpp69 int64_t trueCount = 0; in TransformLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dloop_unswitcher.cpp251 int64_t *trueCount, int64_t *falseCount) in EstimateInstructionsCount()