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