Searched defs:IPLoopDepth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4238 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0; local
4250 if (IDomDepth <= IPLoopDepth &&
4251 (IDomDepth != IPLoopDepth || IDomLoop == IPLoop))

Completed in 105 milliseconds