Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp158 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
H A DInstruction.cpp124 BasicBlock::iterator Instruction::insertInto(BasicBlock *ParentBB, in insertInto() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1785 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp139 void Instruction::insertInto(BasicBlock *BB, const BBIterator &WhereIt) { in insertInto() function in llvm::sandboxir::Instruction