Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp56 static cl::opt<int> LoopInterchangeCostThreshold( variable
1126 if (Cost < 0 && Cost < LoopInterchangeCostThreshold) in isProfitablePerInstrOrderCost()