Searched refs:NotToHoistSet (Results 1 – 4 of 4) sorted by relevance
747 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument765 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()814 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local886 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()904 NotToHoistSet.count(ParentVNI->id)) in hoistCopies()912 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()913 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
359 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,
948 DenseSet<unsigned> &NotToHoistSet, SmallVectorImpl<VNInfo *> &BackCopies) { in computeRedundantBackCopies() argument966 if (!NotToHoistSet.count(ParentVNI->id)) in computeRedundantBackCopies()1015 DenseSet<unsigned> NotToHoistSet; in hoistCopies() local1088 NotToHoistSet.insert(ParentVNI->id); in hoistCopies()1106 NotToHoistSet.count(ParentVNI->id)) in hoistCopies()1114 if (SpillMode == SM_Speed && !NotToHoistSet.empty()) in hoistCopies()1115 computeRedundantBackCopies(NotToHoistSet, BackCopies); in hoistCopies()
384 void computeRedundantBackCopies(DenseSet<unsigned> &NotToHoistSet,