Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp997 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument
1038 append_range(BackCopies, DominatedVNIs); in computeRedundantBackCopies()
1149 SmallVector<VNInfo*, 8> BackCopies; in hoistCopies() local
1158 BackCopies.push_back(VNI); in hoistCopies()
1165 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
1167 removeBackCopies(BackCopies); in hoistCopies()
H A DSplitKit.h405 SmallVectorImpl<VNInfo *> &BackCopies);