Home
last modified time | relevance | path

Searched full:inst_jump (Results 1 – 1 of 1) 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);