Home
last modified time | relevance | path

Searched refs:WVH (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
175 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
234 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }
239 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
240 return WVH;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1178 for (const WeakTrackingVH &WVH : Postorder) { in rewriteWithNewAddressSpaces() local
1179 assert(WVH && "value was unexpectedly deleted"); in rewriteWithNewAddressSpaces()
1180 Value *V = WVH; in rewriteWithNewAddressSpaces()