Searched refs:MappedN (Results 1 – 3 of 3) sorted by relevance
794 Metadata *MappedN = in map() local802 return MappedN; in map()
1154 Node &insertInto(Function &F, Node *&MappedN);
1772 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument1773 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()