ΒΆvoid getLoopAnalysisUsage(llvm::AnalysisUsage& AU)
void getLoopAnalysisUsage(llvm::AnalysisUsage& AU)
Description
Helper to consistently add the set of standard passes to a loop pass's \c AnalysisUsage. All loop passes should call this as part of implementing their \c getAnalysisUsage.
Declared at: llvm/include/llvm/Transforms/Utils/LoopUtils.h:279