Home
last modified time | relevance | path

Searched refs:AppendRangeInst (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbalance_expressions.cpp108 GetBB()->AppendRangeInst(operators_.front(), operators_.back()); in OptimizeExpression()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_basicblock_test.cpp395 * @tc.desc: Verify the AppendRangeInst function.
416 start_block->AppendRangeInst(graph->GetFirstConstInst(), start_block->GetLastInst()); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp415 void BasicBlock::AppendRangeInst(Inst *range_first, Inst *range_last) in AppendRangeInst() function in panda::compiler::BasicBlock
H A Dbasicblock.h254 void AppendRangeInst(Inst *range_first, Inst *range_last);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.h168 void AppendRangeInst(Inst *rangeFirst, Inst *rangeLast);
H A Dbasicblock.cpp1045 void BasicBlock::AppendRangeInst(Inst *rangeFirst, Inst *rangeLast)

Completed in 7 milliseconds