Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp435 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser() function
602 if (!hasOutsideLoopUser(TheLoop, Phi, AllowedExit)) in canVectorizeInstrs()
719 if (hasOutsideLoopUser(TheLoop, &I, AllowedExit)) { in canVectorizeInstrs()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4518 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser() function
4601 if (!hasOutsideLoopUser(TheLoop, Phi, AllowedExit)) in canVectorizeInstrs()
4712 if (hasOutsideLoopUser(TheLoop, &I, AllowedExit)) { in canVectorizeInstrs()