Searched refs:MappedN (Results 1 – 6 of 6) sorted by relevance
745 Metadata *MappedN = in map() local753 return MappedN; in map()
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()
1144 Node &insertInto(Function &F, Node *&MappedN);
1543 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument1544 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()