Home
last modified time | relevance | path

Searched refs:NotToHoistSet (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
967 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()
1014 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local
1087 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()
1092 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()
1108 NotToHoistSet.count(ParentVNI->id)) in hoistCopies()
1116 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()
1117 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
H A DSplitKit.h393 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,