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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4161 unsigned IDomDepth = IDomLoop ? IDomLoop->getLoopDepth() : 0; local
4162 if (IDomDepth <= IPLoopDepth &&
4163 (IDomDepth != IPLoopDepth || IDomLoop == IPLoop))

Completed in 131 milliseconds