Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp417 SmallPtrSetImpl<Value *> &AllowedExit) { in hasOutsideLoopUser() argument
683 SmallPtrSetImpl<Value *> &AllowedExit) { in addInductionPhi() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h521 SmallPtrSet<Value *, 4> AllowedExit; global() variable