Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h300 TransformationMode hasLICMVersioningTransformation(const Loop *L);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp601 if (hasLICMVersioningTransformation(L) & TM_Disable) in runOnLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp437 TransformationMode llvm::hasLICMVersioningTransformation(const Loop *L) { in hasLICMVersioningTransformation() function in llvm