Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6023 class LoopStrengthReduce : public LoopPass { class
6027 LoopStrengthReduce();
6036 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce
6040 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
7075 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()
7109 char LoopStrengthReduce::ID = 0;
7111 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",
7119 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()
7122 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } in INITIALIZE_PASS_DEPENDENCY()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1848 SRCS_MIN+= Transforms/Scalar/LoopStrengthReduce.cpp