Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unswitch.cpp68 int64_t loopSize = 0; in TransformLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dloop_unswitcher.cpp251 …nswitcher::EstimateInstructionsCount(const Loop *loop, const Inst *unswitchInst, int64_t *loopSize, in EstimateInstructionsCount()