Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1690 static bool HasOnlyOneInstruction(const HBasicBlock& block) { in HasOnlyOneInstruction() function
1697 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsGoto(); in IsSingleGoto()
1701 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsTryBoundary(); in IsSingleTryBoundary()