Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2846 int UnswitchedClones = 0; in CalculateUnswitchCostMultiplier()
2852 UnswitchedClones++; in CalculateUnswitchCostMultiplier()
2857 UnswitchedClones++; in CalculateUnswitchCostMultiplier()
2865 UnswitchedClones += Log2_32(NonExitingSuccessors); in CalculateUnswitchCostMultiplier()
2874 std::max(UnswitchedClones - (int)UnswitchNumInitialUnscaledCandidates, 0); in CalculateUnswitchCostMultiplier()
2845 int UnswitchedClones = 0; CalculateUnswitchCostMultiplier() local