Searched refs:MappedN (Results 1 – 3 of 3) sorted by relevance
851 Metadata *MappedN = in map() local859 return MappedN; in map()
1159 Node &insertInto(Function &F, Node *&MappedN);
1783 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument1784 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()