Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp57 static cl::opt<int> LoopInterchangeCostThreshold( variable
1157 if (Cost < -LoopInterchangeCostThreshold) in isProfitable()
1171 << ore::NV("Threshold", LoopInterchangeCostThreshold) in isProfitable()