LLVM
10.0.0svn
|
#include "llvm/Transforms/Scalar/LoopDistribute.h"
Public Member Functions | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
Definition at line 25 of file LoopDistribute.h.
PreservedAnalyses LoopDistributePass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 1044 of file LoopDistribute.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserve(), and runImpl().