Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1005 unsigned PoisonCount = count_if(TrueUndefOps, [&](unsigned i) { in replaceUndefValuesInPhi() local
1008 if (PoisonCount != 0 && PoisonCount != TrueUndefOps.size()) { in replaceUndefValuesInPhi()