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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2766 int BestUnswitchCost = 0; local
2792 if (!BestUnswitchTI || CandidateCost < BestUnswitchCost) {
2794 BestUnswitchCost = CandidateCost;
2800 if (BestUnswitchCost >= UnswitchThreshold) {
2802 << BestUnswitchCost << "\n");
2812 << BestUnswitchCost << ") terminator: " << *BestUnswitchTI

Completed in 55 milliseconds