Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp47 static bool simplifyLoopInst(Loop &L, DominatorTree &DT, LoopInfo &LI, in simplifyLoopInst() function
199 return simplifyLoopInst(*L, DT, LI, AC, TLI, &MSSAU); in runOnLoop()
224 if (!simplifyLoopInst(L, AR.DT, AR.LI, AR.AC, AR.TLI, in run()