Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp962 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument
1003 append_range(BackCopies, DominatedVNIs); in computeRedundantBackCopies()
1114 SmallVector<VNInfo*, 8> BackCopies; in hoistCopies() local
1123 BackCopies.push_back(VNI); in hoistCopies()
1130 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
1132 removeBackCopies(BackCopies); in hoistCopies()
H A DSplitKit.h399 SmallVectorImpl<VNInfo *> &BackCopies);