Home
last modified time | relevance | path

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

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