Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.h32 ancestors_(graph->GetLocalAllocator()->Adapter()), in Cleanup()
80 InstVector ancestors_; member in panda::compiler::final
117 ancestors_[GetInstId(inst)] = anc; in SetAncestor()
121 return ancestors_[GetInstId(inst)]; in GetAncestor()
H A Dcleanup.cpp586 ancestors_.clear(); in Init()
593 ancestors_.resize(count); in Init()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.h56 (*ancestors_)[GetBlockId(dest)] = block; in SetAncestor()
60 return (*ancestors_)[GetBlockId(block)]; in GetAncestor()
147 BlocksVector *ancestors_ {nullptr};
H A Ddominators_tree.cpp153 ancestors_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init()
160 CHECK_NOT_NULL(ancestors_); in Init()
168 ancestors_->resize(blocks_count); in Init()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Ddominators_tree.h54 (*ancestors_)[GetBlockId(dest)] = block; in SetAncestor()
58 return (*ancestors_)[GetBlockId(block)]; in GetAncestor()
145 BlocksVector *ancestors_ {nullptr};
H A Ddominators_tree.cpp154 ancestors_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init()
162 ancestors_->resize(blocksCount); in Init()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcleanup.h32 ancestors_(graph->GetLocalAllocator()->Adapter()), in Cleanup()
99 InstVector ancestors_; member in ark::compiler::final
138 ancestors_[GetInstId(inst)] = anc; in SetAncestor()
142 return ancestors_[GetInstId(inst)]; in GetAncestor()
H A Dcleanup.cpp707 ancestors_.clear(); in Init()
714 ancestors_.resize(count); in Init()

Completed in 6 milliseconds