Home
last modified time | relevance | path

Searched refs:lastInsNode (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregAllocator.cpp60 const auto *lastInsNode = in AllocLabel() local
62 return Alloc<Label>(lastInsNode, std::move(id)); in AllocLabel()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.cpp71 const auto *lastInsNode = pg_->Insns().empty() ? FIRST_NODE_OF_FUNCTION : pg_->Insns().back()->Node(); in AllocLabel() local
72 return Alloc<Label>(lastInsNode, std::move(id)); in AllocLabel()

Completed in 1 milliseconds