Searched refs:IsTopLevel (Results 1 – 5 of 5) sorted by relevance
27 if (range->IsTopLevel() && range->TopLevel()->is_phi()) { in UpdateOperands()35 if (range->IsTopLevel() && range->TopLevel()->is_phi()) { in UnsetOperands()
312 bool IsTopLevel() const;
408 bool LiveRange::IsTopLevel() const { return top_level_ == this; } in IsTopLevel() function in v8::internal::compiler::LiveRange2458 if (current->IsTopLevel() && TryReuseSpillForPhi(current->TopLevel())) in AllocateRegisters()2499 if (range->IsTopLevel() && range->TopLevel()->is_phi()) { in SetLiveRangeAssignedRegister()
13630 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument13643 if (IsTopLevel) { in checkExceptionSpecification()13670 if (IsTopLevel && NoexceptExpr && in checkExceptionSpecification()
4331 void checkExceptionSpecification(bool IsTopLevel,