Home
last modified time | relevance | path

Searched defs:InsertAfter (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h234 Iterator InsertAfter(ConstIterator position, ValueType &value) in InsertAfter() function
242 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp50 void Inst::InsertAfter(Inst *inst) in InsertAfter() function in panda::compiler::Inst
Dbasicblock.cpp448 void BasicBlock::InsertAfter(Inst *inst, Inst *after) in InsertAfter() function in panda::compiler::BasicBlock