Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.h88 (*labels_)[GetBlockId(dest)] = block; in SetLabel()
92 return (*labels_)[GetBlockId(block)]; in GetLabel()
150 BlocksVector *labels_ {nullptr};
Ddominators_tree.cpp157 labels_ = allocator->New<BlocksVector>(allocator->Adapter()); in Init()
164 labels_->resize(blocks_count); in Init()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.h35 labels_(graph->GetLocalAllocator()->Adapter()), in Cleanup()
83 InstVector labels_; variable
137 labels_[GetInstId(inst)] = label; in SetLabel()
141 return labels_[GetInstId(inst)]; in GetLabel()
Dcleanup.cpp590 labels_.clear(); in Init()
597 labels_.resize(count); in Init()