Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp60 static cl::opt<int> LoopInterchangeCostThreshold( variable
1133 if (Cost < 0 && Cost < LoopInterchangeCostThreshold) in isProfitablePerInstrOrderCost()