Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp390 SmallPtrSetImpl<Value *> &AllowedExit) { in hasOutsideLoopUser()
495 SmallPtrSetImpl<Value *> &AllowedExit) { in addInductionPhi()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h530 SmallPtrSet<Value *, 4> AllowedExit; variable