Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5038 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0; in HoistInsertPosition() local
5050 if (IDomDepth <= IPLoopDepth && in HoistInsertPosition()
5051 (IDomDepth != IPLoopDepth || IDomLoop == IPLoop)) in HoistInsertPosition()