Searched defs:cand (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 302 for (auto cand : candidates_) { in InvalidateStores() local 350 auto cand = *it; in FindUpperInsertAfter() local 404 auto cand = *it; in FindLowerInsertAfter() local 432 bool TryAddCoalescedPair(Inst *inst, int64_t instIdx, Inst *cand, int64_t candIdx) in TryAddCoalescedPair() 496 auto cand = *iter; in HandleArrayAccessI() local 553 auto cand = *iter; in HandleArrayAccess() local 594 auto cand = *iter; in CheckForObjectCandidates() local
|
| D | code_sink.cpp | 176 for (auto cand : dominated) { in SinkInstruction() local
|
| D | lse.cpp | 291 bool ProcessBackedges(PhiInst *phi, Loop *loop, Inst *cand, InstVector *insts) in ProcessBackedges() 336 void LoopDoElimination(Inst *cand, Loop *loop, PhiInst *phi, InstVector *insts) in LoopDoElimination() 601 …void TryLoopDoElimination(Inst *cand, Loop *loop, InstVector *insts, bool hasLoads, bool hasStores) in TryLoopDoElimination()
|