Home
last modified time | relevance | path

Searched refs:depthFirstSorting (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DIRCode.java108 int index = depthFirstSorting(entryBlock, sorted, reachableBlocks - 1); in topologicallySortedBlocks()
113 private int depthFirstSorting(BasicBlock block, BasicBlock[] sorted, int index) { in depthFirstSorting() method in IRCode
117 index = depthFirstSorting(succ, sorted, index); in depthFirstSorting()