Searched refs:SwitchEdges (Results 1 – 1 of 1) sorted by relevance
2277 SmallDenseMap<BasicBlock *, unsigned, 16> SwitchEdges; in processInstruction() local2279 ++SwitchEdges[SI->getSuccessor(i)]; in processInstruction()2285 if (SwitchEdges.lookup(Dst) == 1) { in processInstruction()