Searched defs:InsertAfter (Results 1 – 7 of 7) sorted by relevance
234 Iterator InsertAfter(ConstIterator position, ValueType &value) in InsertAfter() function242 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter() function
230 Iterator InsertAfter(ConstIterator position, ValueType &value) in InsertAfter() function238 Iterator InsertAfter(ConstIterator position, InputIterator first, InputIterator last) in InsertAfter() function
49 void Inst::InsertAfter(Inst *inst) in InsertAfter() function in panda::compiler::Inst
447 void BasicBlock::InsertAfter(Inst *inst, Inst *after) in InsertAfter() function in panda::compiler::BasicBlock
208 void Inst::InsertAfter(Inst *inst) in InsertAfter() function in ark::compiler::Inst
1073 void BasicBlock::InsertAfter(Inst *inst, Inst *after) in InsertAfter() function in ark::compiler::BasicBlock
252 void BlockNode::InsertAfter(const StmtNode *stmtNode1, StmtNode *stmtNode2) in InsertAfter() function in maple::BlockNode