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.cpp198 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
H A DInstruction.cpp115 BasicBlock::iterator Instruction::insertInto(BasicBlock *ParentBB, in insertInto() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp411 void Instruction::insertInto(BasicBlock *BB, const BBIterator &WhereIt) { in insertInto() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1783 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph