Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp956 SmallVector<unsigned> TrueUndefOps; in replaceUndefValuesInPhi() local
970 TrueUndefOps.push_back(i); in replaceUndefValuesInPhi()
982 unsigned PoisonCount = count_if(TrueUndefOps, [&](unsigned i) { in replaceUndefValuesInPhi()
985 if (PoisonCount != 0 && PoisonCount != TrueUndefOps.size()) { in replaceUndefValuesInPhi()
986 for (unsigned i : TrueUndefOps) in replaceUndefValuesInPhi()