Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp2397 std::optional<Value *> UniqueICVValue; in updateImpl() local
2404 if (UniqueICVValue && UniqueICVValue != NewReplVal) in updateImpl()
2407 UniqueICVValue = NewReplVal; in updateImpl()
2416 UniqueICVValue = nullptr; in updateImpl()
2418 if (UniqueICVValue == ReplVal) in updateImpl()
2421 ReplVal = UniqueICVValue; in updateImpl()