Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbalance_expressions.cpp110 GetBB()->InsertRangeBefore(operators_.front(), operators_.back(), instAfterExpr); in OptimizeExpression()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_basicblock_test.cpp290 * @tc.desc: Verify the InsertRangeBefore function.
306 block->InsertRangeBefore(block->GetFirstInst(), block->GetLastInst(), graph->GetFirstConstInst()); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp488 void BasicBlock::InsertRangeBefore(Inst *range_first, Inst *range_last, Inst *before) in InsertRangeBefore() function in panda::compiler::BasicBlock
H A Dbasicblock.h264 void InsertRangeBefore(Inst *range_first, Inst *range_last, Inst *before);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.h178 void InsertRangeBefore(Inst *rangeFirst, Inst *rangeLast, Inst *before);
H A Dbasicblock.cpp1118 void BasicBlock::InsertRangeBefore(Inst *rangeFirst, Inst *rangeLast, Inst *before)

Completed in 6 milliseconds