Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DREADME.txt5 In test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll, the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCMakeLists.txt41 LoopStrengthReduce.cpp
DLoopStrengthReduce.cpp5668 class LoopStrengthReduce : public LoopPass { class
5672 LoopStrengthReduce();
5681 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce
5685 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
5737 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()
5764 char LoopStrengthReduce::ID = 0;
5766 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",
5774 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()
5777 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp747 "llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp",
DBUILD.gn977 "llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp",
DCMakeLists.txt751 ${LLVM_DIR}/lib/Transforms/Scalar/LoopStrengthReduce.cpp