Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4551 return SimplifiedAssociatedValue; in getAssumedSimplifiedValue()
4607 SimplifiedAssociatedValue = llvm::None; in askSimplifiedValueFor()
4612 SimplifiedAssociatedValue = C; in askSimplifiedValueFor()
4631 if (SimplifiedAssociatedValue.hasValue() && in manifest()
4632 !SimplifiedAssociatedValue.getValue()) in manifest()
4636 auto *C = SimplifiedAssociatedValue.hasValue() in manifest()
4637 ? dyn_cast<Constant>(SimplifiedAssociatedValue.getValue()) in manifest()
4656 SimplifiedAssociatedValue = &getAssociatedValue(); in indicatePessimisticFixpoint()
4666 Optional<Value *> SimplifiedAssociatedValue; member
4706 bool HasValueBefore = SimplifiedAssociatedValue.hasValue(); in updateImpl()
[all …]