Searched refs:NotToHoistSet (Results 1 – 2 of 2) sorted by relevance
954 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument972 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()1019 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local1092 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()1097 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()1113 NotToHoistSet.count(ParentVNI->id)) in hoistCopies()1121 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()1122 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
417 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,