Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6325 class LoopStrengthReduce : public LoopPass { class
6329 LoopStrengthReduce();
6338 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce
6342 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
7402 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()
7436 char LoopStrengthReduce::ID = 0;
7438 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",
7446 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()
7449 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } in INITIALIZE_PASS_DEPENDENCY()
/freebsd/lib/clang/libllvm/
H A DMakefile1865 SRCS_MIN+= Transforms/Scalar/LoopStrengthReduce.cpp