Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp27 auto &ValueLookup = NodesMap[F.getName()]; in createInlineGraphNode()
54 auto It = NodesMap.find(Caller.getName()); in recordInline()
55 assert(It != NodesMap.end() && "The node should be already there."); in recordInline()
170 auto &Node = *NodesMap[Name]; in calculateRealInlines()
189 SortedNodes.reserve(NodesMap.size()); in getSortedNodes()
190 for (const NodesMapTy::value_type& Node : NodesMap) in getSortedNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h97 NodesMapTy NodesMap;
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h230 for (const BoundNodesMap &NodesMap : Bindings) { in isComparable() local
231 if (!NodesMap.isComparable()) in isComparable()