Searched refs:getRequiredSet (Results 1 – 3 of 3) sorted by relevance
134 const VectorType &getRequiredSet() const { return Required; } in getRequiredSet() function
674 const AnalysisUsage::VectorType &RequiredSet = AnUsage->getRequiredSet(); in schedulePass()1099 for (const auto &RequiredID : AnUsage->getRequiredSet()) in collectRequiredAndUsedAnalyses()1120 for (const AnalysisID ID : AnUsage->getRequiredSet()) { in initializeAnalysisImpl()1225 dumpAnalysisUsage("Required", P, analysisUsage.getRequiredSet()); in dumpRequiredSet()
265 ProfileVec(AU.getRequiredSet()); in Profile()