Searched defs:insertInto (Results 1 – 4 of 4) sorted by relevance
198 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
115 BasicBlock::iterator Instruction::insertInto(BasicBlock *ParentBB, in insertInto() function in Instruction
411 void Instruction::insertInto(BasicBlock *BB, const BBIterator &WhereIt) { in insertInto() function in Instruction
1783 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph