Searched refs:HasOnlyOneInstruction (Results 1 – 1 of 1) sorted by relevance
1690 static bool HasOnlyOneInstruction(const HBasicBlock& block) { in HasOnlyOneInstruction() function1697 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsGoto(); in IsSingleGoto()1701 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsTryBoundary(); in IsSingleTryBoundary()