Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSplitKit.cpp948 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument
990 BackCopies.push_back(VNI); in computeRedundantBackCopies()
1099 SmallVector<VNInfo*, 8> BackCopies; in hoistCopies() local
1108 BackCopies.push_back(VNI); in hoistCopies()
1115 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
1117 removeBackCopies(BackCopies); in hoistCopies()
H A DSplitKit.h402 SmallVectorImpl<VNInfo *> &BackCopies);