Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5144 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0; in HoistInsertPosition() local
5156 if (IDomDepth <= IPLoopDepth && in HoistInsertPosition()
5157 (IDomDepth != IPLoopDepth || IDomLoop == IPLoop)) in HoistInsertPosition()