Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp794 Metadata *MappedN = in map() local
802 return MappedN; in map()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1154 Node &insertInto(Function &F, Node *&MappedN);
/openbsd/gnu/llvm/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()