Searched refs:blocksToIgnore (Results 1 – 2 of 2) sorted by relevance
23 DominatorTree(IRCode code, List<BasicBlock> blocksToIgnore) { in DominatorTree() argument25 this.sorted = code.topologicallySortedBlocks(blocksToIgnore); in DominatorTree()
103 public BasicBlock[] topologicallySortedBlocks(List<BasicBlock> blocksToIgnore) { in topologicallySortedBlocks() argument105 int reachableBlocks = blocks.size() - blocksToIgnore.size(); in topologicallySortedBlocks()