Searched refs:simplifyLoopInst (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInstSimplify.cpp | 51 static bool simplifyLoopInst(Loop &L, DominatorTree &DT, LoopInfo &LI, in simplifyLoopInst() function 205 return simplifyLoopInst(*L, DT, LI, AC, TLI, in runOnLoop() 233 if (!simplifyLoopInst(L, AR.DT, AR.LI, AR.AC, AR.TLI, in run()
|