Home
last modified time | relevance | path

Searched refs:parents_ (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.h36 parents_(graph->GetLocalAllocator()->Adapter()), in Cleanup()
84 InstVector parents_; member in panda::compiler::final
149 parents_[GetInstId(inst)] = parent; in SetParent()
153 return parents_[GetInstId(inst)]; in GetParent()
H A Dcleanup.cpp589 parents_.clear(); in Init()
596 parents_.resize(count); in Init()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.h100 (*parents_)[GetBlockId(dest)] = block; in SetParent()
104 return (*parents_)[GetBlockId(block)]; in GetParent()
151 BlocksVector *parents_ {nullptr};
H A Ddominators_tree.cpp157 parents_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init()
164 CHECK_NOT_NULL(parents_); in Init()
171 parents_->resize(blocks_count); in Init()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Ddominators_tree.h98 (*parents_)[GetBlockId(dest)] = block; in SetParent()
102 return (*parents_)[GetBlockId(block)]; in GetParent()
149 BlocksVector *parents_ {nullptr};
H A Ddominators_tree.cpp158 parents_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init()
165 parents_->resize(blocksCount); in Init()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcleanup.h36 parents_(graph->GetLocalAllocator()->Adapter()), in Cleanup()
103 InstVector parents_; member in ark::compiler::final
170 parents_[GetInstId(inst)] = parent; in SetParent()
174 return parents_[GetInstId(inst)]; in GetParent()
H A Dcleanup.cpp710 parents_.clear(); in Init()
717 parents_.resize(count); in Init()

Completed in 9 milliseconds