Searched refs:InsertAfter (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/ |
D | list.h | 222 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/ |
D | list_test.cpp | 104 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/ |
D | split_resolver.cpp | 180 source_block->InsertAfter(spill_fill, inst); in CreateSpillFillForSplitMove()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.cpp | 50 void Inst::InsertAfter(Inst *inst) in InsertAfter() function in panda::compiler::Inst 53 bb_->InsertAfter(inst, this); in InsertAfter()
|
D | basicblock.cpp | 448 void BasicBlock::InsertAfter(Inst *inst, Inst *after) in InsertAfter() function in panda::compiler::BasicBlock
|
D | basicblock.h | 258 void InsertAfter(Inst *inst, Inst *after);
|
D | inst.h | 991 void InsertAfter(Inst *inst);
|
/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_basicblock_test.cpp | 386 block->InsertAfter(inst, graph->GetFirstConstInst()); in __anon9f1e038e0c02()
|
/arkcompiler/runtime_core/libpandabase/events/ |
D | events_gen.h.erb | 106 last_ = event_list_.InsertAfter(last_, *event);
|
/arkcompiler/runtime_core/docs/ |
D | ir_format.md | 348 block->InsertAfter(phi2, phi1);
|