Searched refs:createLoopStrengthReducePass (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h169 Pass *createLoopStrengthReducePass();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h136 (void) llvm::createLoopStrengthReducePass();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp673 addPass(createLoopStrengthReducePass());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5845 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } function in class:llvm

Completed in 179 milliseconds