Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2287 Optional<Value *> UniqueICVValue; in updateImpl() local
2294 if (UniqueICVValue.hasValue() && UniqueICVValue != NewReplVal) in updateImpl()
2297 UniqueICVValue = NewReplVal; in updateImpl()
2306 UniqueICVValue = nullptr; in updateImpl()
2308 if (UniqueICVValue == ReplVal) in updateImpl()
2311 ReplVal = UniqueICVValue; in updateImpl()