Searched refs:IsInBlock (Results 1 – 5 of 5) sorted by relevance
64 if (instruction->IsInBlock()) { in VisitBasicBlock()
142 if (!phi->IsInBlock()) { in Run()
444 DCHECK(new_instance->IsInBlock()); in RemoveRedundantUninitializedStrings()
566 if (bounds_check->IsInBlock()) { in Finish()1272 if (other_bounds_check->IsInBlock()) { in AddComparesWithDeoptimization()
1794 bool IsInBlock() const { return block_ != nullptr; } in IsInBlock() function