Home
last modified time | relevance | path

Searched refs:LoopStrengthReduce (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DREADME.txt5 In test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll, the
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCMakeLists.txt43 LoopStrengthReduce.cpp
H A DLoopStrengthReduce.cpp5792 class LoopStrengthReduce : public LoopPass { class
5796 LoopStrengthReduce();
5805 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce
5809 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
5959 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()
5993 char LoopStrengthReduce::ID = 0;
5995 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",
6003 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()
6006 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/lib/libLLVMScalarOpts/
H A DMakefile50 LoopStrengthReduce.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn54 "LoopStrengthReduce.cpp",