Searched refs:MappedN (Results 1 – 3 of 3) sorted by relevance
731 Metadata *MappedN = in map() local739 return MappedN; in map()
880 Node &insertInto(Function &F, Node *&MappedN);
1243 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument1244 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()