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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp49 insertInto(NewParent, InsertBefore);
57 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { function in class:BasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h232 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h993 return insertInto(F, N);
1169 Node &insertInto(Function &F, Node *&MappedN);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp778 CBB->insertInto(&F, BB->getNextNode());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1583 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3885 BBRefs[I]->insertInto(F);

Completed in 193 milliseconds