Home
last modified time | relevance | path

Searched refs:insertInto (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DBasicBlock.cpp46 insertInto(NewParent, InsertBefore); in BasicBlock()
54 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h989 return insertInto(F, N); in get()
1144 Node &insertInto(Function &F, Node *&MappedN);
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DBasicBlock.h218 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp755 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1543 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3520 BBRefs[I]->insertInto(F); in parseFunctionBody()