Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h293 TM_Disable, enumerator
307 TM_SuppressedByUser = TM_Disable | TM_Force
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp369 return TM_Disable; in hasUnrollTransformation()
387 return TM_Disable; in hasUnrollAndJamTransformation()
411 return TM_Disable; in hasVectorizeTransformation()
417 return TM_Disable; in hasVectorizeTransformation()
423 return TM_Disable; in hasVectorizeTransformation()
433 return TM_Disable; in hasDistributeTransformation()
443 return TM_Disable; in hasLICMVersioningTransformation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp512 if (hasLICMVersioningTransformation(CurLoop) & TM_Disable) in run()
H A DLoopUnrollAndJamPass.cpp289 if (EnableMode & TM_Disable) in tryToUnrollAndJamLoop()
H A DLoopUnrollPass.cpp1176 if (TM & TM_Disable) in tryToUnrollLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h147 if (llvm::hasUnrollTransformation(TheLoop) & TM_Disable) in getInterleave()