Home
last modified time | relevance | path

Searched refs:VecCallVariantsFound (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h388 bool hasVectorCallVariants() const { return VecCallVariantsFound; } in hasVectorCallVariants()
553 bool VecCallVariantsFound = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp949 VecCallVariantsFound = true; in canVectorizeInstrs()