Searched refs:SwitchEdges (Results 1 – 2 of 2) sorted by relevance
441 SmallDenseMap<BasicBlock *, unsigned, 16> SwitchEdges; in processSwitch() local443 ++SwitchEdges[TargetBlock]; in processSwitch()448 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch()
2762 SmallDenseMap<BasicBlock *, unsigned, 16> SwitchEdges; in processInstruction() local2764 ++SwitchEdges[Succ]; in processInstruction()2769 if (SwitchEdges.lookup(Dst) == 1) { in processInstruction()