Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.cpp279 [[maybe_unused]] auto first_dst = dst; in AddMovesChain() local
280 ASSERT(first_dst != INVALID_LOCATION_INDEX); in AddMovesChain()
281 ASSERT(remap->at(first_dst) == INVALID_LOCATION_INDEX); in AddMovesChain()
307 ASSERT(dst == first_dst); in AddMovesChain()
308 auto re = remap->at(first_dst); in AddMovesChain()
311 remap->at(first_dst) = INVALID_LOCATION_INDEX; in AddMovesChain()