Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h428 return insertInto(F, N); in get()
501 Node &insertInto(Function &F, Node *&MappedN);
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp545 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() function in LazyCallGraph