Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp392 SmallPtrSetImpl<Value *> &AllowedExit) { in hasOutsideLoopUser()
493 SmallPtrSetImpl<Value *> &AllowedExit) { in addInductionPhi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h449 SmallPtrSet<Value *, 4> AllowedExit; variable