Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp731 Metadata *MappedN = in map() local
739 return MappedN; in map()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h880 Node &insertInto(Function &F, Node *&MappedN);
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1243 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument
1244 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()