Searched refs:MappedN (Results 1 – 3 of 3) sorted by relevance
853 Metadata *MappedN = in map() local861 return MappedN; in map()
1160 LLVM_ABI Node &insertInto(Function &F, Node *&MappedN);
1785 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument1786 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()