Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSplitKit.cpp958 SmallPtrSet<VNInfo *, 8> DominatedVNIs; in computeRedundantBackCopies() local
979 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2)) in computeRedundantBackCopies()
985 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1)); in computeRedundantBackCopies()
987 DominatedVNIs.insert(*It2); in computeRedundantBackCopies()
989 DominatedVNIs.insert(*It1); in computeRedundantBackCopies()
993 if (!DominatedVNIs.empty()) { in computeRedundantBackCopies()
995 append_range(BackCopies, DominatedVNIs); in computeRedundantBackCopies()
996 DominatedVNIs.clear(); in computeRedundantBackCopies()