Searched defs:VH (Results 1 - 2 of 2) 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/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 783 milliseconds