Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1969 static bool HasOnlyOneInstruction(const HBasicBlock& block) { in HasOnlyOneInstruction() function
1976 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsGoto(); in IsSingleGoto()
1980 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsReturn(); in IsSingleReturn()
1989 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsTryBoundary(); in IsSingleTryBoundary()