Searched refs:UV (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h53 VPValue(const unsigned char SC, Value *UV = nullptr)
54 : SubclassID(SC), UnderlyingVal(UV) {}
79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp589 UserValue *UV = Leader->getLeader(); local
590 Leader = UV;
591 for (; UV; UV = UV->getNext())
592 if (UV->match(Var, Expr, DL->getInlinedAt()))
593 return UV;
598 UserValue *UV = userValues.back().get(); local
599 Leader = UserValue::merge(Leader, UV);
600 return UV;
663 UserValue *UV = local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp851 const Value *UV = GV1 ? UV2 : UV1; local
852 if (isNonEscapingGlobalNoAlias(GV, UV))
H A DMemoryBuiltins.cpp602 if (UndefValue *UV = dyn_cast<UndefValue>(V))
603 return visitUndefValue(*UV);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2656 UndefValue &UV = *UndefValue::get(V.getType());
2657 bool AnyChange = A.changeValueAfterManifest(V, UV);
2723 UndefValue &UV = *UndefValue::get(U->getType()); variable
2724 if (A.changeUseAfterManifest(U, UV))
2758 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); variable
2762 AnyChange |= A.changeUseAfterManifest(RI.getOperandUse(0), UV);
H A DGlobalOpt.cpp286 Value *UV = WorkList.pop_back_val(); local
287 if (!UV)
290 User *U = cast<User>(UV);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp395 if (const UndefValue *UV = dyn_cast<UndefValue>(this))
396 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr;

Completed in 201 milliseconds