Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp954 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument
995 append_range(BackCopies, DominatedVNIs); in computeRedundantBackCopies()
1106 SmallVector<VNInfo*, 8> BackCopies; in hoistCopies() local
1115 BackCopies.push_back(VNI); in hoistCopies()
1122 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
1124 removeBackCopies(BackCopies); in hoistCopies()
H A DSplitKit.h418 SmallVectorImpl<VNInfo *> &BackCopies);