Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp841 Metadata *MappedN = in map() local
849 return MappedN; in map()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1154 Node &insertInto(Function &F, Node *&MappedN);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1772 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument
1773 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()