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.cpp2439 std::optional<Value *> NewReplVal = ValuesMap.lookup(CurrInst); in getReplacementValue() local
2442 ReplVal = NewReplVal; in getReplacementValue()
2447 if (NewReplVal) in getReplacementValue()
2448 if (ReplVal != NewReplVal) in getReplacementValue()
2454 std::optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue() local
2455 if (!NewReplVal) in getReplacementValue()
2460 ReplVal = NewReplVal; in getReplacementValue()
2466 if (ReplVal != NewReplVal) in getReplacementValue()
2525 std::optional<Value *> NewReplVal = in updateImpl() local
2529 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
[all …]