Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2189 static bool HasOnlyOneInstruction(const HBasicBlock& block) { in HasOnlyOneInstruction() function
2196 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsGoto(); in IsSingleGoto()
2200 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsReturn(); in IsSingleReturn()
2209 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsTryBoundary(); in IsSingleTryBoundary()