Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.cpp948 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument
989 append_range(BackCopies, DominatedVNIs); in computeRedundantBackCopies()
1100 SmallVector<VNInfo*, 8> BackCopies; in hoistCopies() local
1109 BackCopies.push_back(VNI); in hoistCopies()
1116 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
1118 removeBackCopies(BackCopies); in hoistCopies()
H A DSplitKit.h393 SmallVectorImpl<VNInfo *> &BackCopies);