Searched refs:NotToHoistSet (Results 1 – 2 of 2) sorted by relevance
949 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument967 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()1014 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local1087 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()
393 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,