Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp965 SmallPtrSet<VNInfo *, 8> DominatedVNIs; in computeRedundantBackCopies() local
986 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2)) in computeRedundantBackCopies()
992 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1)); in computeRedundantBackCopies()
994 DominatedVNIs.insert(*It2); in computeRedundantBackCopies()
996 DominatedVNIs.insert(*It1); in computeRedundantBackCopies()
1000 if (!DominatedVNIs.empty()) { in computeRedundantBackCopies()
1002 append_range(BackCopies, DominatedVNIs); in computeRedundantBackCopies()
1003 DominatedVNIs.clear(); in computeRedundantBackCopies()