Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp972 SmallVector<unsigned> TrueUndefOps; in replaceUndefValuesInPhi() local
986 TrueUndefOps.push_back(i); in replaceUndefValuesInPhi()
998 unsigned PoisonCount = count_if(TrueUndefOps, [&](unsigned i) { in replaceUndefValuesInPhi()
1001 if (PoisonCount != 0 && PoisonCount != TrueUndefOps.size()) { in replaceUndefValuesInPhi()
1002 for (unsigned i : TrueUndefOps) in replaceUndefValuesInPhi()