Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h195 bool doesNotMeet(Function *F, Loop *L, const LoopVectorizeHints &Hints);
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp284 bool LoopVectorizationRequirements::doesNotMeet( in doesNotMeet() function in llvm::LoopVectorizationRequirements
H A DLoopVectorize.cpp7318 if (Requirements.doesNotMeet(F, L, Hints)) { in processLoop()