Home
last modified time | relevance | path

Searched defs:TryEarlyFoldsOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DVectorCombine.h26 bool TryEarlyFoldsOnly; variable
30 : TryEarlyFoldsOnly(TryEarlyFoldsOnly) {} in TryEarlyFoldsOnly() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp68 VectorCombine(Function & F,const TargetTransformInfo & TTI,const DominatorTree & DT,AAResults & AA,AssumptionCache & AC,bool TryEarlyFoldsOnly) VectorCombine() argument
84 bool TryEarlyFoldsOnly; global() member in __anonc30c7e5a0111::VectorCombine