Home
last modified time | relevance | path

Searched refs:ReplaceArrayInitLoop (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_idioms.h56 …bool ReplaceArrayInitLoop(Loop *loop, CountableLoopInfo *loopInfo, StoreInst *store, bool alwaysJu…
Dloop_idioms.cpp166 return ReplaceArrayInitLoop(loop, &loopInfo, store, alwaysJump); in TryTransformArrayInitIdiom()
211 bool LoopIdioms::ReplaceArrayInitLoop(Loop *loop, CountableLoopInfo *loopInfo, StoreInst *store, bo… in ReplaceArrayInitLoop() function in panda::compiler::LoopIdioms