Searched refs:InsertRangeBefore (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | balance_expressions.cpp | 110 GetBB()->InsertRangeBefore(operators_.front(), operators_.back(), instAfterExpr); in OptimizeExpression()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | compiler_basicblock_test.cpp | 290 * @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 D | basicblock.cpp | 488 void BasicBlock::InsertRangeBefore(Inst *range_first, Inst *range_last, Inst *before) in InsertRangeBefore() function in panda::compiler::BasicBlock
|
H A D | basicblock.h | 264 void InsertRangeBefore(Inst *range_first, Inst *range_last, Inst *before);
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | basicblock.h | 178 void InsertRangeBefore(Inst *rangeFirst, Inst *rangeLast, Inst *before);
|
H A D | basicblock.cpp | 1118 void BasicBlock::InsertRangeBefore(Inst *rangeFirst, Inst *rangeLast, Inst *before)
|
Completed in 6 milliseconds