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

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

Completed in 96 milliseconds