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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h86 DenseMap<const Value*, SDValue> NodeMap; member in class:llvm::SelectionDAGBuilder
397 SDValue &N = NodeMap[V];
H A DSelectionDAGBuilder.cpp837 NodeMap.clear();
949 if (NodeMap.count(&I)) {
984 SDValue &N = NodeMap[V];
1001 NodeMap[V] = Val;
1010 SDValue &N = NodeMap[V];
1015 NodeMap[V] = Val;
1043 SDValue N1 = NodeMap[V];
1044 assert(N1.getNode() && "visit didn't populate the NodeMap!");
1078 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurDebugLoc(),
1131 return NodeMap[
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h356 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap; typedef in class:clang::ento::ExplodedGraph

Completed in 322 milliseconds