Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2818 InstructionCost BestUnswitchCost = 0; in unswitchBestCondition() local
2844 if (!BestUnswitchTI || CandidateCost < BestUnswitchCost) { in unswitchBestCondition()
2846 BestUnswitchCost = CandidateCost; in unswitchBestCondition()
2852 if (BestUnswitchCost >= UnswitchThreshold) { in unswitchBestCondition()
2854 << BestUnswitchCost << "\n"); in unswitchBestCondition()
2864 << BestUnswitchCost << ") terminator: " << *BestUnswitchTI in unswitchBestCondition()