Searched defs:HasOnlyOneInstruction (Results 1 - 1 of 1) sorted by path

/art/compiler/optimizing/
H A Dnodes.cc1928 static bool HasOnlyOneInstruction(const HBasicBlock& block) { function in namespace:art
1935 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsGoto();
1939 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsReturn();
1948 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsTryBoundary();

Completed in 33 milliseconds