Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp236 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { insertInto() function in BasicBlock
H A DInstruction.cpp121 BasicBlock::iterator Instruction::insertInto(BasicBlock *ParentBB, insertInto() function in Instruction
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1772 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { insertInto() function in LazyCallGraph