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