Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DBasicBlock.cpp46 insertInto(NewParent, InsertBefore); in BasicBlock()
54 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() function in BasicBlock
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h434 return insertInto(F, N); in get()
507 Node &insertInto(Function &F, Node *&MappedN);
/external/llvm/include/llvm/IR/
DBasicBlock.h189 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp545 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3355 BBRefs[I]->insertInto(F); in ParseFunctionBody()