Searched refs:hasOutsideLoopUser (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 435 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/ |
D | LoopVectorize.cpp | 4518 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()
|