Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h283 TM_Enable, enumerator
294 TM_ForcedByUser = TM_Enable | TM_Force,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1210 if (OnlyWhenForced && !(TM & TM_Enable)) in tryToUnrollLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp419 return TM_Enable; in hasVectorizeTransformation()