Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp543 if (hasLICMVersioningTransformation(CurLoop) & TM_Disable) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h309 TransformationMode hasLICMVersioningTransformation(const Loop *L);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp437 TransformationMode llvm::hasLICMVersioningTransformation(const Loop *L) { in hasLICMVersioningTransformation() function in llvm