Home
last modified time | relevance | path

Searched full:inst_jump (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml87 …auto inst_jump = graph_->CreateInstIfImm(DataType::NO_TYPE, GetPc(instruction->GetAddress()), Cond…
88 inst_jump->SetOperandsType(DataType::BOOL);
89 inst_jump->SetInput(0, inst);
90 inst_jump->SetMethod(graph_->GetMethod());
92 AddInstruction(inst_jump);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml143 …auto inst_jump = graph_->CreateInstIfImm(DataType::NO_TYPE, GetPc(instruction->GetAddress()), inst…
146 AddInstruction(inst_jump);