Home
last modified time | relevance | path

Searched refs:inst_defs_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.h78 inst_defs_(graph->GetLocalAllocator()->Adapter()), in IrBuilder()
148 InstVector inst_defs_; variable
Dir_builder.cpp53 inst_defs_.resize(vregs_count); in RunImpl()
140 ASSERT(inst_builder->GetCurrentDefs().size() == inst_defs_.size()); in BuildInstructionsForBB()
141 …(inst_builder->GetCurrentDefs().begin(), inst_builder->GetCurrentDefs().end(), inst_defs_.begin()); in BuildInstructionsForBB()
187 inst_builder->AddCatchPhiInputs(catch_handlers_, inst_defs_, throwable_inst); in ProcessThrowableInstructions()