Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDBasicBlock.cpp45 insertInto(NewParent, InsertBefore); in BasicBlock()
53 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDBasicBlock.h222 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLazyCallGraph.h990 return insertInto(F, N); in get()
1159 Node &insertInto(Function &F, Node *&MappedN);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDWinEHPrepare.cpp756 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyCallGraph.cpp1556 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3815 BBRefs[I]->insertInto(F); in parseFunctionBody()