Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp49 insertInto(NewParent, InsertBefore); in BasicBlock()
57 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h979 return insertInto(F, N); in get()
1172 Node &insertInto(Function &F, Node *&MappedN);
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DBasicBlock.h239 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp776 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp393 CurrBB->insertInto(&New); in moveFunctionData()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1775 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4007 BBRefs[I]->insertInto(F); in parseFunctionBody()