Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp2314 std::optional<Value *> NewReplVal = ValuesMap.lookup(CurrInst); in getReplacementValue() local
2317 ReplVal = NewReplVal; in getReplacementValue()
2322 if (NewReplVal) in getReplacementValue()
2323 if (ReplVal != NewReplVal) in getReplacementValue()
2329 std::optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue() local
2330 if (!NewReplVal) in getReplacementValue()
2335 ReplVal = NewReplVal; in getReplacementValue()
2341 if (ReplVal != NewReplVal) in getReplacementValue()
2400 std::optional<Value *> NewReplVal = in updateImpl() local
2404 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
[all …]