Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5108 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0; in HoistInsertPosition() local
5120 if (IDomDepth <= IPLoopDepth && in HoistInsertPosition()
5121 (IDomDepth != IPLoopDepth || IDomLoop == IPLoop)) in HoistInsertPosition()