Searched refs:VH (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DValueMap.h255 typedef ValueMapCallbackVH<KeyT, ValueT, Config> VH; typedef in struct:llvm::DenseMapInfo
258 static inline VH getEmptyKey() {
259 return VH(PointerInfo::getEmptyKey(), nullptr);
261 static inline VH getTombstoneKey() {
262 return VH(PointerInfo::getTombstoneKey(), nullptr);
264 static unsigned getHashValue(const VH &Val) {
270 static bool isEqual(const VH &LHS, const VH &RHS) {
273 static bool isEqual(const KeyT &LHS, const VH &RHS) {
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y253 %token <number> VH
1663 | VH { $$.setFromNumber($1, CSSPrimitiveValue::CSS_VH); }
H A DCSSTokenizer-in.cpp918 m_token = VH;
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3257 llvm::WeakVH &VH = NamespaceAliasCache[&NA];
3258 if (VH)
3259 return llvm::DIImportedEntity(cast<llvm::MDNode>(VH));
3273 VH = R;
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2263 SmallVectorImpl<WeakVH> &VH,
2267 if (VH[i] != VL[i])
2262 hasValueBeenRAUWed(ArrayRef<Value *> &VL, SmallVectorImpl<WeakVH> &VH, unsigned SliceBegin, unsigned SliceSize) argument

Completed in 141 milliseconds