Searched refs:getEntryBlock (Results 1 – 4 of 4) sorted by relevance
257 public SsaBasicBlock getEntryBlock() { in getEntryBlock() method in SsaMethod351 reachableUnvisited.set(getEntryBlock().getIndex()); in computeReachability()743 SsaBasicBlock rootBlock = reverse ? getExitBlock() : getEntryBlock(); in forEachBlockDepthFirst()782 stack.add(getEntryBlock()); in forEachBlockDepthFirstDom()
98 SsaBasicBlock start = ssaMeth.getEntryBlock(); in run()118 SsaBasicBlock entryBlock = ssaMeth.getEntryBlock(); in run()
172 ? meth.getExitBlock() : meth.getEntryBlock(); in run()
542 SsaBasicBlock firstBlock = ssaMeth.getEntryBlock(); in run()