Searched refs:NodeMap (Results 1 - 12 of 12) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dnode_controller.h133 using NodeMap = std::unordered_map<ports::NodeName,
235 NodeMap peers_;
304 NodeMap pending_children_;
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h127 NodeMap[ID] = DynNode;
136 IDToNodeMap::const_iterator It = NodeMap.find(ID);
137 if (It == NodeMap.end()) {
144 IDToNodeMap::const_iterator It = NodeMap.find(ID);
145 if (It == NodeMap.end()) {
153 return NodeMap < Other.NodeMap;
164 return NodeMap;
170 for (const auto &IDAndNode : NodeMap) {
178 IDToNodeMap NodeMap; member in class:clang::ast_matchers::internal::BoundNodesMap
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp104 NodeMap.clear();
188 if (NodeMap.find(BB) == NodeMap.end()) {
189 NodeMap[BB] = Func->makeNode();
191 NodeMap[BB]->setName(BB->getName());
193 return NodeMap[BB];
649 std::map<const BasicBlock *, Ice::CfgNode *> NodeMap; member in class:__anon20662::LLVM2ICEFunctionConverter
H A DIceOperand.cpp108 assert(NodeMap.find(Start) == NodeMap.end());
109 NodeMap[Start] = Node;
H A DIceOperand.h665 auto Iter = NodeMap.find(Begin);
666 assert(Iter != NodeMap.end());
672 CfgUnorderedMap<InstNumberT, CfgNode *> NodeMap; member in class:Ice::RegNumT::LiveRange
/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h776 Node *lookup(const Function &F) const { return NodeMap.lookup(&F); }
798 Node *&N = NodeMap[&F];
841 DenseMap<const Function *, Node *> NodeMap; member in class:llvm::LazyCallGraph::Edge
879 /// the NodeMap.
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h86 DenseMap<const Value*, SDValue> NodeMap; member in class:llvm::SelectionDAGBuilder
395 SDValue &N = NodeMap[V];
H A DSelectionDAGBuilder.cpp830 NodeMap.clear();
942 if (NodeMap.count(&I)) {
977 SDValue &N = NodeMap[V];
994 NodeMap[V] = Val;
1003 SDValue &N = NodeMap[V];
1008 NodeMap[V] = Val;
1036 SDValue N1 = NodeMap[V];
1037 assert(N1.getNode() && "visit didn't populate the NodeMap!");
1107 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurDebugLoc(),
4550 SDValue &N = NodeMap[Addres
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h371 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap; typedef in class:clang::ento::ExplodedGraph
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp154 : BPA(std::move(G.BPA)), NodeMap(std::move(G.NodeMap)),
166 NodeMap = std::move(G.NodeMap);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h91 DenseMap<const Value*, SDValue> NodeMap; member in class:llvm::SelectionDAGBuilder
677 SDValue &N = NodeMap[V];
H A DSelectionDAGBuilder.cpp860 NodeMap.clear();
1057 SDValue &N = NodeMap[V];
1067 NodeMap[V] = Val;
1074 return (NodeMap.find(V) != NodeMap.end()) ||
1082 SDValue &N = NodeMap[V];
1096 NodeMap[V] = Val;
1129 SDValue N1 = NodeMap[V];
1130 assert(N1.getNode() && "visit didn't populate the NodeMap!");
1163 return NodeMap[
[all...]

Completed in 1026 milliseconds