Searched refs:WillNotMatch (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3452 SmallPtrSet<PHINode *, 8> WillNotMatch; local
3458 WillNotMatch.clear();
3459 WillNotMatch.insert(PHI);
3472 WillNotMatch.insert(M.first);
3486 PhiNotMatchedCount += WillNotMatch.size();
3487 for (auto *P : WillNotMatch)

Completed in 114 milliseconds