Searched refs:MappedN (Results 1 – 2 of 2) sorted by relevance
545 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument546 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()
506 Node &insertInto(Function &F, Node *&MappedN);