|
LLVM
4.0.0
|
#include <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 24 of file LoopDistribute.h.
| PreservedAnalyses LoopDistributePass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 942 of file LoopDistribute.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), L, llvm::PreservedAnalyses::preserve(), and runImpl().
1.8.6