Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Sels

77     bool CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels);
82 void FindAllCleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels,
144 FindAllCleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels,
155 Sels.insert(II);
175 bool DwarfEHPrepare::CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels) {
186 I = Sels.begin(), E = Sels.end(); I != E; ++I) {
251 SmallPtrSet<IntrinsicInst*, 32> Sels;
253 FindAllCleanupSelectors(Sels, CatchAllSels);
266 SI = Sels.begin(), SE = Sels.end(); SI != SE; ++SI) {
280 if (Sels.size() != SelsToConvert.size()) {