Searched defs:MappedN (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp545 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { argument
546 return *new (MappedN = BPA.Allocate()) Node(*this, F);

Completed in 75 milliseconds