Home
last modified time | relevance | path

Searched refs:MappedN (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp795 Metadata *MappedN = in map() local
803 return MappedN; in map()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1146 Node &insertInto(Function &F, Node *&MappedN);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1763 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument
1764 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()