Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5833 class LoopStrengthReduce : public LoopPass { class
5837 LoopStrengthReduce();
5846 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce
5850 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
6327 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()
6361 char LoopStrengthReduce::ID = 0;
6363 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",
6371 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()
6374 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1598 SRCS_MIN+= Transforms/Scalar/LoopStrengthReduce.cpp