Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h86 DenseMap<const Value*, SDValue> NodeMap; variable
379 SDValue &N = NodeMap[V]; in setValue()
DSelectionDAGBuilder.cpp817 NodeMap.clear(); in clear()
929 if (NodeMap.count(&I)) { in visit()
964 SDValue &N = NodeMap[V]; in getValue()
981 NodeMap[V] = Val; in getValue()
990 SDValue &N = NodeMap[V]; in getNonRegisterValue()
995 NodeMap[V] = Val; in getNonRegisterValue()
1023 SDValue N1 = NodeMap[V]; in getValueImpl()
1094 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurDebugLoc(), in getValueImpl()
4314 SDValue &N = NodeMap[Address]; in visitIntrinsicCall()
4394 SDValue N = NodeMap[V]; in visitIntrinsicCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h346 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap; typedef