Searched refs:SetIter (Results 1 – 3 of 3) sorted by relevance
45 SetIterTy SetIter; member52 SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter), isSmall(false) {} in SmallSetIterator() argument62 SetIter.~SetIterTy(); in ~SmallSetIterator()71 new (&SetIter) SetIterTy(Other.SetIter); in SmallSetIterator()80 new (&SetIter) SetIterTy(std::move(Other.SetIter)); in SmallSetIterator()87 SetIter.~SetIterTy();93 new (&SetIter) SetIterTy(Other.SetIter);101 SetIter.~SetIterTy();107 new (&SetIter) SetIterTy(std::move(Other.SetIter));116 return SetIter == RHS.SetIter;[all …]
482 auto SetIter = Workloads.find(ModName); in computeImportForModule() local483 if (SetIter == Workloads.end()) { in computeImportForModule()494 auto &ValueInfos = SetIter->second; in computeImportForModule()
756 typename llvm::FoldingSetVector<EntryType>::iterator SetIter) in SpecIterator()757 : SpecIterator::iterator_adaptor_base(std::move(SetIter)) {} in SpecIterator()