Home
last modified time | relevance | path

Searched refs:GetAllFields (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp59 new_bb->SetAllFields(this->GetAllFields()); in SplitBlockAfterInstruction()
717 clone->SetAllFields(this->GetAllFields()); in Clone()
H A Dinst.cpp268 clone->bit_fields_ = GetAllFields(); in Clone()
H A Dgraph.cpp164 block->SetAllFields(base_block->GetAllFields()); in CreateEmptyBlock()
H A Dbasicblock.h396 uint32_t GetAllFields() const
H A Dgraph_cloner.cpp624 clone_block->SetAllFields(block->GetAllFields()); in CloneLoopHeader()
H A Dinst.h1244 uint64_t GetAllFields() const in GetAllFields() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.cpp306 uint32_t BasicBlock::GetAllFields() const
485 newBb->SetAllFields(this->GetAllFields());
1415 clone->SetAllFields(this->GetAllFields());
H A Dinst.cpp543 clone->bitFields_ = GetAllFields(); in Clone()
H A Dgraph.cpp221 block->SetAllFields(baseBlock->GetAllFields()); in CreateEmptyBlock()
H A Dbasicblock.h245 uint32_t GetAllFields() const;
H A Dgraph_cloner.cpp659 cloneBlock->SetAllFields(block->GetAllFields()); in CloneLoopHeader()
H A Dinst.h1542 uint64_t GetAllFields() const in GetAllFields() function

Completed in 23 milliseconds