Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h434 return insertInto(F, N); in get()
507 Node &insertInto(Function &F, Node *&MappedN);
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp50 insertInto(NewParent, InsertBefore); in BasicBlock()
58 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DBasicBlock.h191 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp545 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2622 BBRefs[I]->insertInto(F); in ParseFunctionBody()