Home
last modified time | relevance | path

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

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