Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp386 DenseMap<BasicBlock*, int> SuccessorsCount; in processSwitch() local
388 SuccessorsCount[Succ]++; in processSwitch()
413 if (--SuccessorsCount[Succ] == 0) in processSwitch()
H A DSimpleLoopUnswitch.cpp2995 int SuccessorsCount = isGuard(&TI) ? 2 : Visited.size(); in findBestNonTrivialUnswitchCandidate() local
2996 assert(SuccessorsCount > 1 && in findBestNonTrivialUnswitchCandidate()
2998 return (LoopCost - Cost) * (SuccessorsCount - 1); in findBestNonTrivialUnswitchCandidate()