Searched refs:reachableBlocks (Results 1 – 1 of 1) sorted by relevance
105 int reachableBlocks = blocks.size() - blocksToIgnore.size(); in topologicallySortedBlocks() local106 BasicBlock[] sorted = new BasicBlock[reachableBlocks]; in topologicallySortedBlocks()108 int index = depthFirstSorting(entryBlock, sorted, reachableBlocks - 1); in topologicallySortedBlocks()