Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp745 Metadata *MappedN = in map() local
753 return MappedN; in map()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1144 Node &insertInto(Function &F, Node *&MappedN);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1543 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument
1544 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()