Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2442 std::optional<Value *> NewReplVal = ValuesMap.lookup(CurrInst); in getReplacementValue() local
2445 ReplVal = NewReplVal; in getReplacementValue()
2450 if (NewReplVal) in getReplacementValue()
2451 if (ReplVal != NewReplVal) in getReplacementValue()
2457 std::optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue() local
2458 if (!NewReplVal) in getReplacementValue()
2463 ReplVal = NewReplVal; in getReplacementValue()
2469 if (ReplVal != NewReplVal) in getReplacementValue()
2528 std::optional<Value *> NewReplVal = in updateImpl() local
2532 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
[all …]