Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DValueMapper.cpp741 Metadata *MappedN = in map() local
749 return MappedN; in map()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp731 Metadata *MappedN = in map() local
739 return MappedN; in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp744 Metadata *MappedN = in map() local
752 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-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1159 Node &insertInto(Function &F, Node *&MappedN);
/external/llvm-project/llvm/include/llvm/Analysis/
DLazyCallGraph.h1166 Node &insertInto(Function &F, Node *&MappedN);
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp1568 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument
1569 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1556 LazyCallGraph::Node &LazyCallGraph::insertInto(Function &F, Node *&MappedN) { in insertInto() argument
1557 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()