Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h980 return insertInto(F, N); in get()
1155 Node &insertInto(Function &F, Node *&MappedN);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h239 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp776 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp442 CurrBB->insertInto(&New); in moveFunctionData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1775 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3980 BBRefs[I]->insertInto(F); in parseFunctionBody()