Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.cpp949 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument
990 append_range(BackCopies, DominatedVNIs); in computeRedundantBackCopies()
1101 SmallVector<VNInfo*, 8> BackCopies; in hoistCopies() local
1110 BackCopies.push_back(VNI); in hoistCopies()
1117 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
1119 removeBackCopies(BackCopies); in hoistCopies()
H A DSplitKit.h394 SmallVectorImpl<VNInfo *> &BackCopies);