Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp946 SmallVector<unsigned> TrueUndefOps; in replaceUndefValuesInPhi() local
960 TrueUndefOps.push_back(i); in replaceUndefValuesInPhi()
972 unsigned PoisonCount = count_if(TrueUndefOps, [&](unsigned i) { in replaceUndefValuesInPhi()
975 if (PoisonCount != 0 && PoisonCount != TrueUndefOps.size()) { in replaceUndefValuesInPhi()
976 for (unsigned i : TrueUndefOps) in replaceUndefValuesInPhi()