Home
last modified time | relevance | path

Searched refs:dead_ (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp136 dead_.clear(); in RunOnce()
210 dead_.push_back(last); in ProcessBB()
357 dead_.push_back(inst); in LiveUserSearchRec()
364 while (i < dead_.size()) { in Marking()
365 auto inst = dead_.at(i); in Marking()
377 dead_.push_back(inst); in Marking()
390 for (auto inst : dead_) { in Removal()
H A Dcleanup.h30 dead_(graph->GetLocalAllocator()->Adapter()), in Cleanup()
77 InstVector dead_; member in panda::compiler::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp154 dead_.clear(); in RunOnce()
237 dead_.push_back(last); in ProcessBB()
462 dead_.push_back(inst); in LiveUserSearchRec()
474 dead_.push_back(inst); in TryMarkInstIsDead()
480 while (i < dead_.size()) { in Marking()
481 auto inst = dead_.at(i); in Marking()
511 for (auto inst : dead_) { in Removal()
H A Dcleanup.h30 dead_(graph->GetLocalAllocator()->Adapter()), in Cleanup()
96 InstVector dead_; member in ark::compiler::final
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.h198 if (dead_ == NullGate()) { in DeadGate()
199 dead_ = NewGate(Dead(), MachineType::NOVALUE, GateType::Empty()); in DeadGate()
201 return dead_; in DeadGate()
336 GateRef dead_ { NullGate() };

Completed in 5 milliseconds