Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp60 static cl::opt<int> LoopInterchangeCostThreshold( variable
1192 if (Cost < -LoopInterchangeCostThreshold) in isProfitable()
1206 << ore::NV("Threshold", LoopInterchangeCostThreshold) in isProfitable()