Searched refs:NotToHoistSet (Results 1 – 2 of 2) sorted by relevance
962 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument980 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()1027 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local1100 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()1105 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()1121 NotToHoistSet.count(ParentVNI->id)) in hoistCopies()1129 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()1130 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
398 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,