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.cpp2522 std::optional<Value *> UniqueICVValue; in updateImpl() local
2529 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
2532 UniqueICVValue = NewReplVal; in updateImpl()
2541 UniqueICVValue = nullptr; in updateImpl()
2543 if (UniqueICVValue == ReplVal) in updateImpl()
2546 ReplVal = UniqueICVValue; in updateImpl()