Home
last modified time | relevance | path

Searched refs:InsertAfter (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h222 InsertAfter(before_begin(), value); in PushFront()
226 InsertAfter(before_begin(), value); in PushFront()
234 Iterator InsertAfter(ConstIterator position, ValueType &value) in InsertAfter() function
242 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter() function
245 position = InsertAfter(position, *first++); in InsertAfter()
/arkcompiler/runtime_core/libpandabase/tests/
Dlist_test.cpp104 list.InsertAfter(list.begin(), *NewNode(2)); in TEST_F()
115 it = list.InsertAfter(it, *NewNode(i + 2)); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.cpp180 source_block->InsertAfter(spill_fill, inst); in CreateSpillFillForSplitMove()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp50 void Inst::InsertAfter(Inst *inst) in InsertAfter() function in panda::compiler::Inst
53 bb_->InsertAfter(inst, this); in InsertAfter()
Dbasicblock.cpp448 void BasicBlock::InsertAfter(Inst *inst, Inst *after) in InsertAfter() function in panda::compiler::BasicBlock
Dbasicblock.h258 void InsertAfter(Inst *inst, Inst *after);
Dinst.h991 void InsertAfter(Inst *inst);
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_basicblock_test.cpp386 block->InsertAfter(inst, graph->GetFirstConstInst()); in __anon9f1e038e0c02()
/arkcompiler/runtime_core/libpandabase/events/
Devents_gen.h.erb106 last_ = event_list_.InsertAfter(last_, *event);
/arkcompiler/runtime_core/docs/
Dir_format.md348 block->InsertAfter(phi2, phi1);