Searched refs:simplifyLoopInst (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 49 static bool simplifyLoopInst(Loop &L, DominatorTree &DT, LoopInfo &LI, in simplifyLoopInst() function 184 return simplifyLoopInst(*L, DT, LI, AC, TLI); in runOnLoop() 201 if (!simplifyLoopInst(L, AR.DT, AR.LI, AR.AC, AR.TLI)) in run()
|