Home
last modified time | relevance | path

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

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