Searched defs:insertInto (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | BasicBlock.cpp | 236 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { insertInto() function in BasicBlock |
H A D | Instruction.cpp | 121 BasicBlock::iterator Instruction::insertInto(BasicBlock *ParentBB, insertInto() function in Instruction |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | LazyCallGraph.cpp | 1772 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { insertInto() function in LazyCallGraph |