Searched refs:NotToHoistSet (Results 1 – 2 of 2) sorted by relevance
997 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument1015 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()1062 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local1135 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()1140 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()1156 NotToHoistSet.count(ParentVNI->id)) in hoistCopies()1164 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()1165 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
404 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,