Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2601 Optional<Value *> UniqueICVValue; in updateImpl() local
2608 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
2611 UniqueICVValue = NewReplVal; in updateImpl()
2620 UniqueICVValue = nullptr; in updateImpl()
2622 if (UniqueICVValue == ReplVal) in updateImpl()
2625 ReplVal = UniqueICVValue; in updateImpl()