Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp153 LoopDepthThreshold(LVLoopDepthThreshold), in LoopVersioningLICM()
177 unsigned LoopDepthThreshold; member
241 if (CurLoop->getLoopDepth() > LoopDepthThreshold) { in legalLoopStructure()