Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2515 unsigned ClonesPower = in calculateUnswitchCostMultiplier() local
2526 if (ClonesPower > Log2_32(UnswitchThreshold) || in calculateUnswitchCostMultiplier()
2530 CostMultiplier = std::min(SiblingsMultiplier * (1 << ClonesPower), in calculateUnswitchCostMultiplier()
2535 << (1 << ClonesPower) << ")" in calculateUnswitchCostMultiplier()