Home | History | Annotate | Download | only in IR

Lines Matching refs:RequiredSet

625     const AnalysisUsage::VectorType &RequiredSet = AnUsage->getRequiredSet();
626 for (AnalysisUsage::VectorType::const_iterator I = RequiredSet.begin(),
627 E = RequiredSet.end(); I != E; ++I) {
638 for (AnalysisUsage::VectorType::const_iterator I2 = RequiredSet.begin(),
639 E = RequiredSet.end(); I2 != E && I2 != I; ++I2) {