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