Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2525 std::optional<Value *> UniqueICVValue; in updateImpl() local
2532 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
2535 UniqueICVValue = NewReplVal; in updateImpl()
2544 UniqueICVValue = nullptr; in updateImpl()
2546 if (UniqueICVValue == ReplVal) in updateImpl()
2549 ReplVal = UniqueICVValue; in updateImpl()