Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2132 Optional<Value *> UniqueICVValue; in updateImpl() local
2139 if (UniqueICVValue.hasValue() && UniqueICVValue != NewReplVal) in updateImpl()
2142 UniqueICVValue = NewReplVal; in updateImpl()
2149 UniqueICVValue = nullptr; in updateImpl()
2151 if (UniqueICVValue == ReplVal) in updateImpl()
2154 ReplVal = UniqueICVValue; in updateImpl()