Home
last modified time | relevance | path

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

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