Searched refs:SwitchEdges (Results 1 – 2 of 2) sorted by relevance
480 SmallDenseMap<BasicBlock *, unsigned, 16> SwitchEdges; in processSwitch() local482 ++SwitchEdges[TargetBlock]; in processSwitch()487 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch()
2695 SmallDenseMap<BasicBlock *, unsigned, 16> SwitchEdges; in processInstruction() local2697 ++SwitchEdges[Succ]; in processInstruction()2703 if (SwitchEdges.lookup(Dst) == 1) { in processInstruction()