Home
last modified time | relevance | path

Searched refs:AppendInst (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp116 N->AppendInst(ret1); in TEST_F()
119 K->AppendInst(ret2); in TEST_F()
129 E->AppendInst(cmp); in TEST_F()
135 E->AppendInst(if_inst); in TEST_F()
249 G->AppendInst(cmp); in TEST_F()
255 G->AppendInst(if_inst); in TEST_F()
Ddom_tree_test.cpp150 G->AppendInst(returnVoid); in TEST_F()
156 C->AppendInst(cmp); in TEST_F()
162 C->AppendInst(if_inst); in TEST_F()
Diterators_test.cpp177 block->AppendInst(inst); in PopulateBlock()
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dgenerate_operations_intrinsic_graph.inl.erb39 block->AppendInst(save_state);
42 block->AppendInst(inst);
51 block->AppendInst(ret);
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h58 bb->AppendInst(catch_phi);
142 current_bb_->AppendInst(inst); in AddInstruction()
Dir_builder.cpp499 try_begin->AppendInst(try_inst); in ConnectTryCodeBlock()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp73 GetStartBlock()->AppendInst(const_inst); in AddConstInStartBlock()
79 GetStartBlock()->AppendInst(param); in AddNewParameter()
Dgraph_cloner.h242 clone->AppendInst(CloneInstruction(inst, inst_count, clone->GetGraph())); in CloneInstructions()
Dbasicblock.cpp64 new_bb->AppendInst(next_inst); in SplitBlockAfterInstruction()
275 AppendInst(succ_inst); in JoinSuccessorBlock()
Dir_constructor.h135 block->AppendInst(inst); in NewInst()
160 CurrentBb()->AppendInst(inst); in NewConstant()
Dbasicblock.h247 void AppendInst(Inst *inst) in AppendInst() function
/arkcompiler/runtime_core/docs/
Dir_format.md347 block->AppendInst(compare);