Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp521 …bool HandleKnownEvolutionArrayAccessVar(Inst *idx, Inst *candIdx, int64_t idxInitial, int64_t cand… in HandleKnownEvolutionArrayAccessVar() function in ark::compiler::PairCreatorVisitor
568 if (!HandleKnownEvolutionArrayAccessVar(idx, candIdx, idxInitial, candInitial)) { in HandleArrayAccess()