Home
last modified time | relevance | path

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

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