Searched refs:IsReturn (Results 1 – 13 of 13) sorted by relevance
72 } else if (user->IsReturn()) { in VisitEscapes()121 } else if (escape->IsReturn()) { in CalculateEscape()
77 ASSERT_TRUE(block->GetLastInstruction()->IsReturn()); in TEST_F()121 ASSERT_TRUE(block->GetLastInstruction()->IsReturn()); in TEST_F()
45 return instruction->IsGoto() || instruction->IsReturn(); in IsSimpleBlock()
39 if (!last->IsReturn() && !last->IsReturnVoid()) { in Run()
191 } else if (instruction.IsReturn() || (instruction.Opcode() == Instruction::THROW)) { in ConnectBasicBlocks()
2252 return HasOnlyOneInstruction(*this) && GetLastInstruction()->IsReturn(); in IsSingleReturn()2257 (GetLastInstruction()->IsReturn() || GetLastInstruction()->IsReturnVoid()); in IsSingleReturnOrReturnVoidAllowingPhis()2270 (GetLastInstruction()->IsReturn() || GetLastInstruction()->IsReturnVoid()); in EndsWithReturn()2753 if (last->IsReturn()) { in InlineInto()2847 DCHECK(last->IsReturn()); in InlineInto()
751 instruction->IsReturn() || in IsSchedulable()
41 if (instruction->IsReturn() || instruction->IsReturnVoid()) { in IsAllowedToJumpToExitBlock()
36 if (IsReturn()) encoding[kReturn] = 'R'; in ToString()
101 bool IsReturn() const { in IsReturn() function
1183 if (inst->IsReturn()) { in VerifyInstructions()3614 if (GetInstructionFlags(next_insn_idx).IsReturn()) { in CodeFlowVerifyInstruction()4895 if (GetInstructionFlags(next_insn).IsReturn()) { in UpdateRegisters()
584 bool IsReturn() const { in IsReturn() function590 return IsBranch() || IsReturn() || Opcode() == THROW; in IsBasicBlockEnd()
266 if (inst->IsReturn() || in DumpMethodCFG()