Searched refs:NodeMap (Results 1 – 3 of 3) sorted by relevance
86 DenseMap<const Value*, SDValue> NodeMap; variable379 SDValue &N = NodeMap[V]; in setValue()
817 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()
346 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap; typedef