Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp891 SmallPtrSet<Value*, 4> AllowedExit; member in __anon63bf7e8f0111::LoopVectorizationLegality
3662 if (!hasOutsideLoopUser(TheLoop, it, AllowedExit)) in canVectorizeInstrs()
3705 if (hasOutsideLoopUser(TheLoop, it, AllowedExit)) { in canVectorizeInstrs()
3814 if (hasOutsideLoopUser(TheLoop, it, AllowedExit)) { in canVectorizeInstrs()
4216 AllowedExit.insert(ExitInstruction); in AddReductionVar()