Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp412 SmallPtrSetImpl<Value *> &AllowedExit) { in hasOutsideLoopUser()
550 SmallPtrSetImpl<Value *> &AllowedExit) { in addInductionPhi()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h527 SmallPtrSet<Value *, 4> AllowedExit; variable