Searched refs:getCatchHandlers (Results 1 – 7 of 7) sorted by relevance
21 && a.getBlock().getCatchHandlers().equals(b.getBlock().getCatchHandlers()); in doEquivalent()36 hash = hash * 37 + instruction.getBlock().getCatchHandlers().hashCode(); in doHash()
36 CatchHandlers<BasicBlock> handlers0 = first.getCatchHandlers(); in hasIdenticalInstructions()37 CatchHandlers<BasicBlock> handlers1 = second.getCatchHandlers(); in hasIdenticalInstructions()
134 CatchHandlers<BasicBlock> handlers = block.getCatchHandlers(); in removeUnneededCatchHandlers()
1187 CatchHandlers<BasicBlock> ch0 = i0.getBlock().getCatchHandlers();1188 CatchHandlers<BasicBlock> ch1 = i1.getBlock().getCatchHandlers();
938 public CatchHandlers<BasicBlock> getCatchHandlers() { in getCatchHandlers() method in BasicBlock
485 CatchHandlers<BasicBlock> handlers = block.getCatchHandlers();
426 == block.getCatchHandlers().getUniqueTargets().size(); in verifyFilledPredecessors()