Home
last modified time | relevance | path

Searched refs:hasLICMVersioningTransformation (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h255 TransformationMode hasLICMVersioningTransformation(Loop *L);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp577 if (hasLICMVersioningTransformation(L) & TM_Disable) in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp475 TransformationMode llvm::hasLICMVersioningTransformation(Loop *L) { in hasLICMVersioningTransformation() function in llvm