Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp432 bool TryAddCoalescedPair(Inst *inst, int64_t instIdx, Inst *cand, int64_t candIdx) in TryAddCoalescedPair()
508 uint64_t candIdx = GetInstImm(cand); in HandleArrayAccessI() local
521 …bool HandleKnownEvolutionArrayAccessVar(Inst *idx, Inst *candIdx, int64_t idxInitial, int64_t cand… in HandleKnownEvolutionArrayAccessVar()
560 auto candIdx = cand->GetDataFlowInput(cand->GetInput(1).GetInst()); in HandleArrayAccess() local