Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp776 SmallSet<const Value *, 16> KnownPoison; in mustExecuteUBIfPoisonOnPathTo() local
783 if (mustTriggerUB(I, KnownPoison) && DT->dominates(I, OnPathTo)) in mustExecuteUBIfPoisonOnPathTo()
791 if (KnownPoison.insert(I).second) in mustExecuteUBIfPoisonOnPathTo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DValueTracking.h607 const SmallSet<const Value *, 16>& KnownPoison);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp5418 const SmallSet<const Value *, 16>& KnownPoison) { in mustTriggerUB() argument
5423 if (KnownPoison.count(V)) in mustTriggerUB()