Searched refs:SuccessorsCount (Results 1 – 2 of 2) sorted by relevance
366 DenseMap<BasicBlock*, int> SuccessorsCount; in processSwitch() local368 SuccessorsCount[Succ]++; in processSwitch()409 if (--SuccessorsCount[Succ] == 0) in processSwitch()441 if (SuccessorsCount[DefaultDest] == 1) in processSwitch()
3432 int SuccessorsCount = isGuard(&TI) ? 2 : Visited.size(); in findBestNonTrivialUnswitchCandidate() local3433 assert(SuccessorsCount > 1 && in findBestNonTrivialUnswitchCandidate()3435 return (LoopCost - Cost) * (SuccessorsCount - 1); in findBestNonTrivialUnswitchCandidate()