Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java386 int returnValueUsersLeftIfIncluded = returnValueUsersLeft; in canIncludeInstruction() local
390 returnValueUsersLeftIfIncluded--; in canIncludeInstruction()
397 if (instruction.outValue() != null && returnValueUsersLeftIfIncluded > 0) { in canIncludeInstruction()