Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2523 std::optional<Value *> UniqueICVValue; in updateImpl() local
2530 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
2533 UniqueICVValue = NewReplVal; in updateImpl()
2542 UniqueICVValue = nullptr; in updateImpl()
2544 if (UniqueICVValue == ReplVal) in updateImpl()
2547 ReplVal = UniqueICVValue; in updateImpl()