Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp336 DenseMap<BasicBlock*, int> SuccessorsCount; in processSwitch() local
338 SuccessorsCount[Succ]++; in processSwitch()
363 if (--SuccessorsCount[Succ] == 0) in processSwitch()
H A DSimpleLoopUnswitch.cpp2812 int SuccessorsCount = isGuard(&TI) ? 2 : Visited.size(); in unswitchBestCondition() local
2813 assert(SuccessorsCount > 1 && in unswitchBestCondition()
2815 return (LoopCost - Cost) * (SuccessorsCount - 1); in unswitchBestCondition()