Home
last modified time | relevance | path

Searched refs:range_last (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp415 void BasicBlock::AppendRangeInst(Inst *range_first, Inst *range_last) in AppendRangeInst() argument
418 ASSERT(range_first && range_last && range_first->IsDominate(range_last)); in AppendRangeInst()
420 ASSERT(range_last->GetNext() == nullptr); in AppendRangeInst()
422 while (inst_db != range_last) { in AppendRangeInst()
438 last_inst_ = range_last; in AppendRangeInst()
443 last_inst_ = range_last; in AppendRangeInst()
488 void BasicBlock::InsertRangeBefore(Inst *range_first, Inst *range_last, Inst *before) in InsertRangeBefore() argument
491 ASSERT(range_first && range_last && range_first->IsDominate(range_last)); in InsertRangeBefore()
[all...]
H A Dbasicblock.h253 // range_last should dominate range_first.
254 void AppendRangeInst(Inst *range_first, Inst *range_last);
263 // range_last should dominate range_first.
264 void InsertRangeBefore(Inst *range_first, Inst *range_last, Inst *before);

Completed in 3 milliseconds