Home
last modified time | relevance | path

Searched refs:getRequiredSet (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassAnalysisSupport.h134 const VectorType &getRequiredSet() const { return Required; } in getRequiredSet() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp674 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManagers.h265 ProfileVec(AU.getRequiredSet()); in Profile()